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 SummaryFields Modifier and Type Field Description static java.lang.StringSTARTstatic java.lang.StringSTOP- 
Fields inherited from class org.onosproject.cli.AbstractChoicesCompletercommandLine, session
 
- 
 - 
Constructor SummaryConstructors Constructor Description StartStopCompleter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>choices()- 
Methods inherited from class org.onosproject.cli.AbstractChoicesCompletercomplete
 
- 
 
- 
- 
- 
Field Detail- 
STARTpublic static final java.lang.String START - See Also:
- Constant Field Values
 
 - 
STOPpublic static final java.lang.String STOP - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
choicespublic java.util.List<java.lang.String> choices() - Specified by:
- choicesin class- AbstractChoicesCompleter
 
 
- 
 
-