public class SetParameters extends ConsoleCommand
Constructor and Description |
---|
SetParameters(ConsoleIO consoleIO,
ConsoleState state,
ConsoleParameters parameters)
Deprecated.
|
SetParameters(ConsoleIO consoleIO,
ConsoleState state,
Map<String,ConsoleSetting> settings)
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
|
convertParams, getConsoleIO, getConsoleState
@Deprecated public SetParameters(ConsoleIO consoleIO, ConsoleState state, ConsoleParameters parameters)
consoleIO
- state
- parameters
- public SetParameters(ConsoleIO consoleIO, ConsoleState state, Map<String,ConsoleSetting> settings)
consoleIO
- state
- settings
- public String getName()
Help
public String getHelpShort()
ConsoleCommand
getHelpShort
in interface Help
getHelpShort
in class ConsoleCommand
public String getHelpLong()
ConsoleCommand
getHelpLong
in interface Help
getHelpLong
in class ConsoleCommand
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.