Package org.apache.karaf.shell.commands
Interface CommandWithAction
-
- All Superinterfaces:
org.apache.felix.service.command.Function
- All Known Implementing Classes:
AbstractCommand,BlueprintCommand,SimpleCommand
@Deprecated public interface CommandWithAction extends org.apache.felix.service.command.Function
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ActioncreateNewAction()Deprecated.Class<? extends Action>getActionClass()Deprecated.voidreleaseAction(Action action)Deprecated.
-