Class CheckUpdatesCommand
- java.lang.Object
-
- org.jboss.galleon.cli.PmSessionCommand
-
- org.jboss.galleon.cli.cmd.installation.AbstractInstallationCommand
-
- org.jboss.galleon.cli.cmd.maingrp.CheckUpdatesCommand
-
- All Implemented Interfaces:
org.aesh.command.Command<PmCommandInvocation>,CommandWithInstallationDirectory
public class CheckUpdatesCommand extends AbstractInstallationCommand
- Author:
- jdenise@redhat.com
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCheckUpdatesCommand.AllDepsOptionActivatorstatic classCheckUpdatesCommand.FPOptionActivator
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFP_OPTION_NAMEstatic java.lang.StringUP_TO_DATEstatic java.lang.StringUPDATES_AVAILABLE-
Fields inherited from class org.jboss.galleon.cli.cmd.installation.AbstractInstallationCommand
targetDirArg
-
-
Constructor Summary
Constructors Constructor Description CheckUpdatesCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandDomaingetDomain()protected voidrunCommand(PmCommandInvocation session)-
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
-
-
-
-
Field Detail
-
UP_TO_DATE
public static final java.lang.String UP_TO_DATE
- See Also:
- Constant Field Values
-
UPDATES_AVAILABLE
public static final java.lang.String UPDATES_AVAILABLE
- See Also:
- Constant Field Values
-
FP_OPTION_NAME
public static final java.lang.String FP_OPTION_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
runCommand
protected void runCommand(PmCommandInvocation session) throws CommandExecutionException
- Specified by:
runCommandin classPmSessionCommand- Throws:
CommandExecutionException
-
getDomain
public CommandDomain getDomain()
- Overrides:
getDomainin classPmSessionCommand
-
-