Class PluginNameCompleter

java.lang.Object
org.opencastproject.plugin.command.completers.PluginNameCompleter
All Implemented Interfaces:
org.apache.karaf.shell.api.console.Completer

public class PluginNameCompleter extends Object implements org.apache.karaf.shell.api.console.Completer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.karaf.shell.api.console.Completer

    completeCandidates
  • Constructor Details

    • PluginNameCompleter

      public PluginNameCompleter()
  • Method Details

    • 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