Class PeerConnectPointCompleter
- java.lang.Object
-
- org.onosproject.cli.AbstractCompleter
-
- org.onosproject.cli.AbstractChoicesCompleter
-
- org.onosproject.cli.net.completer.PeerConnectPointCompleter
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.console.Completer
public class PeerConnectPointCompleter extends AbstractChoicesCompleter
Completer, which proposes remote end of existing Link in the system.This completer will look for (device id)/(port number) in the existing argument and propose list of remote ports.
-
-
Field Summary
-
Fields inherited from class org.onosproject.cli.AbstractChoicesCompleter
commandLine, session
-
-
Constructor Summary
Constructors Constructor Description PeerConnectPointCompleter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<String>
choices()
-
Methods inherited from class org.onosproject.cli.AbstractChoicesCompleter
complete
-
-
-
-
Method Detail
-
choices
protected List<String> choices()
- Specified by:
choices
in classAbstractChoicesCompleter
-
-