public interface Command
Modifier and Type | Method and Description |
---|---|
void |
execute(String... parameters)
Execute the given parameters.
|
void execute(String... parameters) throws IOException
parameters
- parameters typed by userIOException
- if a problem occurs reading or writingCopyright © 2015-2019 Eclipse Foundation. All Rights Reserved.