Package org.onosproject.cli.app
Class ApplicationCommandCompleter
- java.lang.Object
 - 
- org.onosproject.cli.AbstractCompleter
 - 
- org.onosproject.cli.AbstractChoicesCompleter
 - 
- org.onosproject.cli.app.ApplicationCommandCompleter
 
 
 
 
- 
- All Implemented Interfaces:
 org.apache.karaf.shell.api.console.Completer
public class ApplicationCommandCompleter extends AbstractChoicesCompleter
Application command completer. 
- 
- 
Field Summary
- 
Fields inherited from class org.onosproject.cli.AbstractChoicesCompleter
commandLine, session 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ApplicationCommandCompleter() 
- 
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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
choices
public java.util.List<java.lang.String> choices()
- Specified by:
 choicesin classAbstractChoicesCompleter
 
 - 
 
 -