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