Class AddUniverseCommand
- java.lang.Object
-
- org.jboss.galleon.cli.PmSessionCommand
-
- org.jboss.galleon.cli.cmd.state.StateAddUniverseCommand
-
- org.jboss.galleon.cli.cmd.installation.AddUniverseCommand
-
- All Implemented Interfaces:
org.aesh.command.Command<PmCommandInvocation>
public class AddUniverseCommand extends StateAddUniverseCommand
- Author:
- jdenise@redhat.com
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.galleon.cli.cmd.state.StateAddUniverseCommand
StateAddUniverseCommand.UniverseFactoryCompleter
-
-
Field Summary
Fields Modifier and Type Field Description protected java.io.FiletargetDirArg-
Fields inherited from class org.jboss.galleon.cli.cmd.state.StateAddUniverseCommand
factory, location, name
-
-
Constructor Summary
Constructors Constructor Description AddUniverseCommand()
-
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
- Overrides:
runCommandin classStateAddUniverseCommand- Throws:
CommandExecutionException
-
getDomain
public CommandDomain getDomain()
- Overrides:
getDomainin classStateAddUniverseCommand
-
-