Class UpdateCommand.UpdateBuildCommand
java.lang.Object
org.wildfly.prospero.cli.commands.AbstractCommand
org.wildfly.prospero.cli.commands.AbstractMavenCommand
org.wildfly.prospero.cli.commands.UpdateCommand.UpdateBuildCommand
- Direct Known Subclasses:
UpdateCommand.PerformCommand,UpdateCommand.PrepareCommand
- Enclosing class:
- UpdateCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected picocli.CommandLine.Model.CommandSpecFields inherited from class org.wildfly.prospero.cli.commands.AbstractCommand
actionFactory, console -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbuildUpdate(UpdateAction updateAction, Path updateDirectory, Supplier<Boolean> confirmation) Methods inherited from class org.wildfly.prospero.cli.commands.AbstractMavenCommand
parseMavenOptionsMethods inherited from class org.wildfly.prospero.cli.commands.AbstractCommand
determineInstallationDirectory, verifyTargetDirectoryIsEmpty
-
Field Details
-
spec
protected picocli.CommandLine.Model.CommandSpec spec -
versions
-
-
Constructor Details
-
UpdateBuildCommand
-
-
Method Details
-
buildUpdate
protected boolean buildUpdate(UpdateAction updateAction, Path updateDirectory, Supplier<Boolean> confirmation) throws OperationException, org.jboss.galleon.ProvisioningException - Throws:
OperationExceptionorg.jboss.galleon.ProvisioningException
-