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