Package org.jboss.galleon.cli.cmd.state
Class StateCommand
- java.lang.Object
-
- org.jboss.galleon.cli.cmd.state.StateCommand
-
- All Implemented Interfaces:
org.aesh.command.Command<PmCommandInvocation>,PmGroupCommand
public class StateCommand extends java.lang.Object implements PmGroupCommand
- Author:
- jdenise@redhat.com
-
-
Constructor Summary
Constructors Constructor Description StateCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandDomaingetDomain()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.galleon.cli.cmd.PmGroupCommand
execute
-
-
-
-
Method Detail
-
getDomain
public CommandDomain getDomain()
- Specified by:
getDomainin interfacePmGroupCommand
-
-