Uses of Interface
org.apache.karaf.shell.commands.CommandWithAction
-
Packages that use CommandWithAction Package Description org.apache.karaf.shell.commands.basic org.apache.karaf.shell.compat org.apache.karaf.shell.console.commands org.apache.karaf.shell.console.completer -
-
Uses of CommandWithAction in org.apache.karaf.shell.commands.basic
Classes in org.apache.karaf.shell.commands.basic that implement CommandWithAction Modifier and Type Class Description classAbstractCommandDeprecated.classSimpleCommandDeprecated. -
Uses of CommandWithAction in org.apache.karaf.shell.compat
Constructors in org.apache.karaf.shell.compat with parameters of type CommandWithAction Constructor Description ArgumentCompleter(CommandWithAction function, String scope, String name, boolean scoped) -
Uses of CommandWithAction in org.apache.karaf.shell.console.commands
Classes in org.apache.karaf.shell.console.commands that implement CommandWithAction Modifier and Type Class Description classBlueprintCommandDeprecated. -
Uses of CommandWithAction in org.apache.karaf.shell.console.completer
Constructors in org.apache.karaf.shell.console.completer with parameters of type CommandWithAction Constructor Description ArgumentCompleter(org.apache.felix.service.command.CommandSession session, CommandWithAction function, String command)Deprecated.
-