Package org.jboss.galleon.cli.cmd.state
Class StateLeaveCommand
- java.lang.Object
-
- org.jboss.galleon.cli.PmSessionCommand
-
- org.jboss.galleon.cli.cmd.state.StateLeaveCommand
-
- All Implemented Interfaces:
org.aesh.command.Command<PmCommandInvocation>
public class StateLeaveCommand extends PmSessionCommand
- Author:
- jdenise@redhat.com
-
-
Constructor Summary
Constructors Constructor Description StateLeaveCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandDomaingetDomain()protected voidrunCommand(PmCommandInvocation invoc)-
Methods inherited from class org.jboss.galleon.cli.PmSessionCommand
execute, handleException
-
-
-
-
Method Detail
-
runCommand
protected void runCommand(PmCommandInvocation invoc) throws CommandExecutionException
- Specified by:
runCommandin classPmSessionCommand- Throws:
CommandExecutionException
-
getDomain
public CommandDomain getDomain()
- Overrides:
getDomainin classPmSessionCommand
-
-