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