Package org.onosproject.cli
Class StartStopCompleter
- java.lang.Object
-
- org.onosproject.cli.AbstractCompleter
-
- org.onosproject.cli.AbstractChoicesCompleter
-
- org.onosproject.cli.StartStopCompleter
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.console.Completer
public class StartStopCompleter extends AbstractChoicesCompleter
Start/stop command completer.
-
-
Field Summary
Fields Modifier and Type Field Description static String
START
static String
STOP
-
Fields inherited from class org.onosproject.cli.AbstractChoicesCompleter
commandLine, session
-
-
Constructor Summary
Constructors Constructor Description StartStopCompleter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
choices()
-
Methods inherited from class org.onosproject.cli.AbstractChoicesCompleter
complete
-
-
-
-
Field Detail
-
START
public static final String START
- See Also:
- Constant Field Values
-
STOP
public static final String STOP
- See Also:
- Constant Field Values
-
-
Method Detail
-
choices
public List<String> choices()
- Specified by:
choices
in classAbstractChoicesCompleter
-
-