Class StateRemoveExcludedConfigCommand
- 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.AbstractProvisionedDefaultConfigCommand
-
- org.jboss.galleon.cli.cmd.state.configuration.StateRemoveExcludedConfigCommand
-
- All Implemented Interfaces:
org.aesh.command.Command<PmCommandInvocation>
public class StateRemoveExcludedConfigCommand extends AbstractProvisionedDefaultConfigCommand
- Author:
- jdenise@redhat.com
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.galleon.cli.cmd.state.configuration.AbstractProvisionedDefaultConfigCommand
AbstractProvisionedDefaultConfigCommand.ProvisionedConfigCompleter, AbstractProvisionedDefaultConfigCommand.TargetedFPCompleter
-
-
Field Summary
-
Fields inherited from class org.jboss.galleon.cli.cmd.state.configuration.AbstractProvisionedDefaultConfigCommand
origin
-
-
Constructor Summary
Constructors Constructor Description StateRemoveExcludedConfigCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandDomaingetDomain()protected java.util.Set<org.jboss.galleon.config.ConfigId>getTargetedConfigs(org.jboss.galleon.config.FeaturePackConfig cf)protected voidrunCommand(PmCommandInvocation invoc, State session, org.jboss.galleon.config.FeaturePackConfig config)-
Methods inherited from class org.jboss.galleon.cli.cmd.state.configuration.AbstractProvisionedDefaultConfigCommand
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
-
getTargetedConfigs
protected java.util.Set<org.jboss.galleon.config.ConfigId> getTargetedConfigs(org.jboss.galleon.config.FeaturePackConfig cf)
- Specified by:
getTargetedConfigsin classAbstractProvisionedDefaultConfigCommand
-
getDomain
public CommandDomain getDomain()
- Overrides:
getDomainin classPmSessionCommand
-
-