Class AvailableRepoNameCompleter
- java.lang.Object
-
- org.apache.karaf.features.command.completers.AvailableRepoNameCompleter
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.console.Completer
public class AvailableRepoNameCompleter extends Object implements org.apache.karaf.shell.api.console.Completer
Shows the list of feature repos that can be installed with their short name
-
-
Constructor Summary
Constructors Constructor Description AvailableRepoNameCompleter()
-
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)
-