Package org.ikasan.cli.shell.command
Class ActionCommand
- java.lang.Object
-
- org.ikasan.cli.shell.command.AbstractCommand
-
- org.ikasan.cli.shell.command.ActionCommand
-
- Direct Known Subclasses:
H2Command,ModuleCommand
public abstract class ActionCommand extends AbstractCommand
Abstract action command supporting standard start|stop process.- Author:
- Ikasan Developmnent Team
-
-
Constructor Summary
Constructors Constructor Description ActionCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract ProcessTypegetProcessType()
-
-
-
Method Detail
-
getProcessType
public abstract ProcessType getProcessType()
-
-