public interface Command
| Modifier and Type | Method and Description | 
|---|---|
| void | execute(String... parameters)Execute the given parameters. | 
| String[] | usesSettings()Return the names of the settings used. | 
void execute(String... parameters) throws IOException
parameters - parameters typed by userIOException - if a problem occurs reading or writingString[] usesSettings()
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.