Package org.onosproject.cli.net
Class RegionIdCompleter
- java.lang.Object
-
- org.onosproject.cli.AbstractCompleter
-
- org.onosproject.cli.AbstractChoicesCompleter
-
- org.onosproject.cli.net.RegionIdCompleter
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.console.Completer
public class RegionIdCompleter extends AbstractChoicesCompleter
Region ID completer.
-
-
Field Summary
-
Fields inherited from class org.onosproject.cli.AbstractChoicesCompleter
commandLine, session
-
-
Constructor Summary
Constructors Constructor Description RegionIdCompleter()
-
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
-
-