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 java.lang.String
START
static java.lang.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 java.util.List<java.lang.String>
choices()
-
Methods inherited from class org.onosproject.cli.AbstractChoicesCompleter
complete
-
-
-
-
Field Detail
-
START
public static final java.lang.String START
- See Also:
- Constant Field Values
-
STOP
public static final java.lang.String STOP
- See Also:
- Constant Field Values
-
-
Method Detail
-
choices
public java.util.List<java.lang.String> choices()
- Specified by:
choices
in classAbstractChoicesCompleter
-
-