Class GetInfoCommand
- java.lang.Object
-
- org.jboss.galleon.cli.PmSessionCommand
-
- org.jboss.galleon.cli.cmd.featurepack.AbstractFeaturePackCommand
-
- org.jboss.galleon.cli.cmd.featurepack.GetInfoCommand
-
- All Implemented Interfaces:
org.aesh.command.Command<PmCommandInvocation>
public class GetInfoCommand extends AbstractFeaturePackCommand
- Author:
- jdenise@redhat.com
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetInfoCommand.InfoTypeCompleter-
Nested classes/interfaces inherited from class org.jboss.galleon.cli.cmd.featurepack.AbstractFeaturePackCommand
AbstractFeaturePackCommand.FeaturePackLocationActivator, AbstractFeaturePackCommand.FileActivator
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPATCH_FOR-
Fields inherited from class org.jboss.galleon.cli.cmd.featurepack.AbstractFeaturePackCommand
file, fpl
-
-
Constructor Summary
Constructors Constructor Description GetInfoCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidrunCommand(PmCommandInvocation commandInvocation)-
Methods inherited from class org.jboss.galleon.cli.PmSessionCommand
execute, getDomain, handleException
-
-
-
-
Field Detail
-
PATCH_FOR
public static final java.lang.String PATCH_FOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
runCommand
protected void runCommand(PmCommandInvocation commandInvocation) throws CommandExecutionException
- Specified by:
runCommandin classPmSessionCommand- Throws:
CommandExecutionException
-
-