Class StateIncludeLayersCommand
- java.lang.Object
-
- org.jboss.galleon.cli.PmSessionCommand
-
- org.jboss.galleon.cli.cmd.state.AbstractStateCommand
-
- org.jboss.galleon.cli.cmd.state.layers.StateIncludeLayersCommand
-
- All Implemented Interfaces:
org.aesh.command.Command<PmCommandInvocation>
public class StateIncludeLayersCommand extends AbstractStateCommand
- Author:
- jdenise@redhat.com
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStateIncludeLayersCommand.LayersCompleter
-
Constructor Summary
Constructors Constructor Description StateIncludeLayersCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ConfigInfogetConfiguration(State state)CommandDomaingetDomain()protected voidrunCommand(PmCommandInvocation invoc, State state)-
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 state) throws java.io.IOException, org.jboss.galleon.ProvisioningException, CommandExecutionException
- Specified by:
runCommandin classAbstractStateCommand- Throws:
java.io.IOExceptionorg.jboss.galleon.ProvisioningExceptionCommandExecutionException
-
getDomain
public CommandDomain getDomain()
- Overrides:
getDomainin classPmSessionCommand
-
getConfiguration
protected ConfigInfo getConfiguration(State state) throws PathParserException, PathConsumerException, org.jboss.galleon.ProvisioningException, java.lang.Exception
- Throws:
PathParserExceptionPathConsumerExceptionorg.jboss.galleon.ProvisioningExceptionjava.lang.Exception
-
-