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 Action
createNewAction()
Deprecated.Class<? extends Action>
getActionClass()
Deprecated.void
releaseAction(Action action)
Deprecated.
-