Class StateExcludeConfigCommand
- java.lang.Object
-
- org.jboss.galleon.cli.PmSessionCommand
-
- org.jboss.galleon.cli.cmd.state.AbstractStateCommand
-
- org.jboss.galleon.cli.cmd.state.AbstractFPProvisionedCommand
-
- org.jboss.galleon.cli.cmd.state.configuration.AbstractDefaultConfigCommand
-
- org.jboss.galleon.cli.cmd.state.configuration.StateExcludeConfigCommand
-
- All Implemented Interfaces:
org.aesh.command.Command<PmCommandInvocation>
public class StateExcludeConfigCommand extends AbstractDefaultConfigCommand
- Author:
- jdenise@redhat.com
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.galleon.cli.cmd.state.configuration.AbstractDefaultConfigCommand
AbstractDefaultConfigCommand.ConfigCompleter, AbstractDefaultConfigCommand.TargetedFPCompleter
-
-
Field Summary
-
Fields inherited from class org.jboss.galleon.cli.cmd.state.configuration.AbstractDefaultConfigCommand
origin
-
-
Constructor Summary
Constructors Constructor Description StateExcludeConfigCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandDomaingetDomain()protected voidrunCommand(PmCommandInvocation invoc, State session, org.jboss.galleon.config.FeaturePackConfig config)-
Methods inherited from class org.jboss.galleon.cli.cmd.state.configuration.AbstractDefaultConfigCommand
getConfiguration, getProducer
-
Methods inherited from class org.jboss.galleon.cli.cmd.state.AbstractFPProvisionedCommand
getProvisionedFP, 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.config.FeaturePackConfig config) throws java.io.IOException, org.jboss.galleon.ProvisioningException, CommandExecutionException
- Specified by:
runCommandin classAbstractFPProvisionedCommand- Throws:
java.io.IOExceptionorg.jboss.galleon.ProvisioningExceptionCommandExecutionException
-
getDomain
public CommandDomain getDomain()
- Overrides:
getDomainin classPmSessionCommand
-
-