Class GetChangesCommand
- java.lang.Object
-
- org.jboss.galleon.cli.PmSessionCommand
-
- org.jboss.galleon.cli.cmd.installation.AbstractInstallationCommand
-
- org.jboss.galleon.cli.cmd.maingrp.GetChangesCommand
-
- All Implemented Interfaces:
org.aesh.command.Command<PmCommandInvocation>,CommandWithInstallationDirectory
public class GetChangesCommand extends AbstractInstallationCommand
- Author:
- jdenise@redhat.com
-
-
Field Summary
-
Fields inherited from class org.jboss.galleon.cli.cmd.installation.AbstractInstallationCommand
targetDirArg
-
-
Constructor Summary
Constructors Constructor Description GetChangesCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandDomaingetDomain()protected voidrunCommand(PmCommandInvocation invoc)-
Methods inherited from class org.jboss.galleon.cli.cmd.installation.AbstractInstallationCommand
getFeatureContainer, getInstallationDirectory, getManager
-
Methods inherited from class org.jboss.galleon.cli.PmSessionCommand
execute, handleException
-
-
-
-
Method Detail
-
runCommand
protected void runCommand(PmCommandInvocation invoc) throws CommandExecutionException
- Specified by:
runCommandin classPmSessionCommand- Throws:
CommandExecutionException
-
getDomain
public CommandDomain getDomain()
- Overrides:
getDomainin classPmSessionCommand
-
-