Class InstalledRepoUriCompleter
- java.lang.Object
-
- org.apache.karaf.features.command.completers.InstalledRepoUriCompleter
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.console.Completer
public class InstalledRepoUriCompleter extends Object implements org.apache.karaf.shell.api.console.Completer
Completerfor Feature Repository URLs. Displays a list of currently installed Feature repositories.
-
-
Constructor Summary
Constructors Constructor Description InstalledRepoUriCompleter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcomplete(org.apache.karaf.shell.api.console.Session session, org.apache.karaf.shell.api.console.CommandLine commandLine, List<String> candidates)voidsetFeaturesService(org.apache.karaf.features.FeaturesService featuresService)
-