Package org.apache.karaf.shell.console
Class AbstractAction
- java.lang.Object
-
- org.apache.karaf.shell.console.AbstractAction
-
- Direct Known Subclasses:
ExitAction,OsgiCommandSupport,SubShellAction
@Deprecated public abstract class AbstractAction extends Object implements Action
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description AbstractAction()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidcheckInterrupted()Deprecated.This is for long running commands to be interrupted by ctrl-c.protected abstract ObjectdoExecute()Deprecated.Objectexecute(org.apache.felix.service.command.CommandSession session)Deprecated.
-
-
-
Method Detail
-
execute
public Object execute(org.apache.felix.service.command.CommandSession session) throws Exception
Deprecated.
-
checkInterrupted
public static void checkInterrupted() throws InterruptedExceptionDeprecated.This is for long running commands to be interrupted by ctrl-c.- Throws:
InterruptedException- If the action is interrupted.
-
-