Package org.onosproject.cli.cfg
Class ConfigKeyCompleter
- java.lang.Object
- 
- org.onosproject.cli.AbstractCompleter
- 
- org.onosproject.cli.AbstractChoicesCompleter
- 
- org.onosproject.cli.cfg.ConfigKeyCompleter
 
 
 
- 
- All Implemented Interfaces:
- org.apache.karaf.shell.api.console.Completer
 
 public class ConfigKeyCompleter extends AbstractChoicesCompleter Network configuration config key completer. Assumes 2 argument before the one being completed is SubjectClassKey and argument right before the one being completed is SubjectKey.
- 
- 
Field Summary- 
Fields inherited from class org.onosproject.cli.AbstractChoicesCompletercommandLine, session
 
- 
 - 
Constructor SummaryConstructors Constructor Description ConfigKeyCompleter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<java.lang.String>choices()- 
Methods inherited from class org.onosproject.cli.AbstractChoicesCompletercomplete
 
- 
 
- 
- 
- 
Method Detail- 
choicesprotected java.util.List<java.lang.String> choices() - Specified by:
- choicesin class- AbstractChoicesCompleter
 
 
- 
 
-