Package org.onosproject.cli
Class UpDownCompleter
- java.lang.Object
-
- org.onosproject.cli.AbstractCompleter
-
- org.onosproject.cli.AbstractChoicesCompleter
-
- org.onosproject.cli.UpDownCompleter
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.console.Completer
public class UpDownCompleter extends AbstractChoicesCompleter
Up/down command completer.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DOWN
static java.lang.String
UP
-
Fields inherited from class org.onosproject.cli.AbstractChoicesCompleter
commandLine, session
-
-
Constructor Summary
Constructors Constructor Description UpDownCompleter()
-
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
-
-
-
-
Field Detail
-
UP
public static final java.lang.String UP
- See Also:
- Constant Field Values
-
DOWN
public static final java.lang.String DOWN
- See Also:
- Constant Field Values
-
-
Method Detail
-
choices
public java.util.List<java.lang.String> choices()
- Specified by:
choices
in classAbstractChoicesCompleter
-
-