Class CollectorClassNameCompleter
- java.lang.Object
-
- org.opennms.netmgt.collection.commands.CollectorClassNameCompleter
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.console.Completer
public class CollectorClassNameCompleter extends Object implements org.apache.karaf.shell.api.console.Completer
-
-
Field Summary
Fields Modifier and Type Field Description ServiceCollectorRegistry
registry
-
Constructor Summary
Constructors Constructor Description CollectorClassNameCompleter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
complete(org.apache.karaf.shell.api.console.Session session, org.apache.karaf.shell.api.console.CommandLine commandLine, List<String> candidates)
-
-
-
Field Detail
-
registry
public ServiceCollectorRegistry registry
-
-