Uses of Interface
org.apache.karaf.shell.commands.Action
-
Packages that use Action Package Description org.apache.karaf.shell.commands.basic org.apache.karaf.shell.console -
-
Uses of Action in org.apache.karaf.shell.commands.basic
Methods in org.apache.karaf.shell.commands.basic that return Action Modifier and Type Method Description ActionSimpleCommand. createNewAction()Deprecated.Methods in org.apache.karaf.shell.commands.basic that return types with arguments of type Action Modifier and Type Method Description Class<? extends Action>SimpleCommand. getActionClass()Deprecated.Method parameters in org.apache.karaf.shell.commands.basic with type arguments of type Action Modifier and Type Method Description static org.osgi.framework.ServiceRegistrationSimpleCommand. export(org.osgi.framework.BundleContext context, Class<? extends Action> actionClass)Deprecated.voidSimpleCommand. setActionClass(Class<? extends Action> actionClass)Deprecated.Constructor parameters in org.apache.karaf.shell.commands.basic with type arguments of type Action Constructor Description SimpleCommand(Class<? extends Action> actionClass)Deprecated. -
Uses of Action in org.apache.karaf.shell.console
Classes in org.apache.karaf.shell.console that implement Action Modifier and Type Class Description classAbstractActionDeprecated.classExitActionDeprecated.classOsgiCommandSupportDeprecated.classSubShellActionDeprecated.
-