Package org.apache.karaf.shell.console
Class ExitAction
- java.lang.Object
-
- org.apache.karaf.shell.console.AbstractAction
-
- org.apache.karaf.shell.console.ExitAction
-
@Deprecated public class ExitAction extends AbstractAction
Deprecated.Exit from the current sub-shell and get back to the previous one.
-
-
Field Summary
-
Fields inherited from class org.apache.karaf.shell.console.AbstractAction
log, session
-
-
Constructor Summary
Constructors Constructor Description ExitAction()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ObjectdoExecute()Deprecated.-
Methods inherited from class org.apache.karaf.shell.console.AbstractAction
checkInterrupted, execute
-
-
-
-
Method Detail
-
doExecute
public Object doExecute() throws Exception
Deprecated.- Specified by:
doExecutein classAbstractAction- Throws:
Exception
-
-