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