Class InstalledRepoUriCompleter

  • All Implemented Interfaces:
    org.apache.karaf.shell.api.console.Completer

    public class InstalledRepoUriCompleter
    extends Object
    implements org.apache.karaf.shell.api.console.Completer
    Completer for Feature Repository URLs. Displays a list of currently installed Feature repositories.
    • Constructor Detail

      • InstalledRepoUriCompleter

        public InstalledRepoUriCompleter()
    • 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