public class StartStopCompleter extends AbstractChoicesCompleter
Modifier and Type | Field and Description |
---|---|
static String |
START |
static String |
STOP |
commandLine, session
Constructor and Description |
---|
StartStopCompleter() |
Modifier and Type | Method and Description |
---|---|
List<String> |
choices() |
complete
public static final String START
public static final String STOP
public List<String> choices()
choices
in class AbstractChoicesCompleter