Class UpdateCommand
- java.lang.Object
-
- org.wildfly.prospero.cli.commands.AbstractCommand
-
- org.wildfly.prospero.cli.commands.AbstractParentCommand
-
- org.wildfly.prospero.cli.commands.UpdateCommand
-
public class UpdateCommand extends AbstractParentCommand
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateCommand.ApplyCommandstatic classUpdateCommand.ListCommandstatic classUpdateCommand.PerformCommandstatic classUpdateCommand.PrepareCommand
-
Field Summary
Fields Modifier and Type Field Description static StringJBOSS_MODULE_PATHstatic StringPROSPERO_FP_GAstatic StringPROSPERO_FP_ZIP-
Fields inherited from class org.wildfly.prospero.cli.commands.AbstractParentCommand
spec
-
Fields inherited from class org.wildfly.prospero.cli.commands.AbstractCommand
actionFactory, console
-
-
Constructor Summary
Constructors Constructor Description UpdateCommand(CliConsole console, ActionFactory actionFactory)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PathdetectProsperoInstallationPath()static voidverifyInstallationContainsOnlyProspero(Path dir)-
Methods inherited from class org.wildfly.prospero.cli.commands.AbstractParentCommand
addSubCommands, call
-
Methods inherited from class org.wildfly.prospero.cli.commands.AbstractCommand
determineInstallationDirectory, verifyTargetDirectoryIsEmpty
-
-
-
-
Field Detail
-
JBOSS_MODULE_PATH
public static final String JBOSS_MODULE_PATH
- See Also:
- Constant Field Values
-
PROSPERO_FP_GA
public static final String PROSPERO_FP_GA
- See Also:
- Constant Field Values
-
PROSPERO_FP_ZIP
public static final String PROSPERO_FP_ZIP
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UpdateCommand
public UpdateCommand(CliConsole console, ActionFactory actionFactory)
-
-
Method Detail
-
verifyInstallationContainsOnlyProspero
public static void verifyInstallationContainsOnlyProspero(Path dir) throws ArgumentParsingException
- Throws:
ArgumentParsingException
-
detectProsperoInstallationPath
public static Path detectProsperoInstallationPath() throws ArgumentParsingException
- Throws:
ArgumentParsingException
-
-