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