Class 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 Detail

      • AvailableRepoNameCompleter

        public AvailableRepoNameCompleter()
    • Method Detail

      • setFeaturesService

        public void setFeaturesService​(org.apache.karaf.features.FeaturesService featuresService)
      • complete

        public int complete​(org.apache.karaf.shell.api.console.Session session,
                            org.apache.karaf.shell.api.console.CommandLine commandLine,
                            List<String> candidates)
        Specified by:
        complete in interface org.apache.karaf.shell.api.console.Completer