public class SetParameters extends ConsoleCommand
| Constructor and Description |
|---|
SetParameters(ConsoleIO consoleIO,
ConsoleState state,
ConsoleParameters parameters)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(String... tokens)
Execute the given parameters.
|
String |
getHelpLong()
Get long description
|
String |
getHelpShort()
Get short description, small enough to fit on one console row
|
String |
getName()
Get the name of the command
|
getConsoleIO, getConsoleStatepublic SetParameters(ConsoleIO consoleIO, ConsoleState state, ConsoleParameters parameters)
consoleIO - state - parameters - public String getName()
Helppublic String getHelpShort()
ConsoleCommandgetHelpShort in interface HelpgetHelpShort in class ConsoleCommandpublic String getHelpLong()
ConsoleCommandgetHelpLong in interface HelpgetHelpLong in class ConsoleCommandCopyright © 2015-2018 Eclipse Foundation. All Rights Reserved.