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