Class StateAddFeaturePackCommand
- java.lang.Object
-
- org.jboss.galleon.cli.PmSessionCommand
-
- org.jboss.galleon.cli.cmd.state.AbstractStateCommand
-
- org.jboss.galleon.cli.cmd.state.AbstractFPProvisioningCommand
-
- org.jboss.galleon.cli.cmd.state.fp.StateAddFeaturePackCommand
-
- All Implemented Interfaces:
org.aesh.command.Command<PmCommandInvocation>
public class StateAddFeaturePackCommand extends AbstractFPProvisioningCommand
- Author:
- jdenise@redhat.com
-
-
Field Summary
-
Fields inherited from class org.jboss.galleon.cli.cmd.state.AbstractFPProvisioningCommand
fpl
-
-
Constructor Summary
Constructors Constructor Description StateAddFeaturePackCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandDomaingetDomain()protected voidrunCommand(PmCommandInvocation invoc, State session, org.jboss.galleon.universe.FeaturePackLocation fpl)-
Methods inherited from class org.jboss.galleon.cli.cmd.state.AbstractFPProvisioningCommand
getName, runCommand
-
Methods inherited from class org.jboss.galleon.cli.cmd.state.AbstractStateCommand
runCommand
-
Methods inherited from class org.jboss.galleon.cli.PmSessionCommand
execute, handleException
-
-
-
-
Method Detail
-
runCommand
protected void runCommand(PmCommandInvocation invoc, State session, org.jboss.galleon.universe.FeaturePackLocation fpl) throws java.io.IOException, org.jboss.galleon.ProvisioningException, CommandExecutionException
- Specified by:
runCommandin classAbstractFPProvisioningCommand- Throws:
java.io.IOExceptionorg.jboss.galleon.ProvisioningExceptionCommandExecutionException
-
getDomain
public CommandDomain getDomain()
- Overrides:
getDomainin classPmSessionCommand
-
-