Class AbstractInstallCommand
- java.lang.Object
-
- org.wildfly.prospero.cli.commands.AbstractCommand
-
- org.wildfly.prospero.cli.commands.AbstractInstallCommand
-
- Direct Known Subclasses:
InstallCommand,PrintLicensesCommand
public abstract class AbstractInstallCommand extends AbstractCommand
-
-
Field Summary
-
Fields inherited from class org.wildfly.prospero.cli.commands.AbstractCommand
actionFactory, console
-
-
Constructor Summary
Constructors Constructor Description AbstractInstallCommand(CliConsole console, ActionFactory actionFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ProvisioningDefinition.BuilderbuildDefinition()protected MavenOptionsgetMavenOptions()-
Methods inherited from class org.wildfly.prospero.cli.commands.AbstractCommand
determineInstallationDirectory, verifyTargetDirectoryIsEmpty
-
-
-
-
Constructor Detail
-
AbstractInstallCommand
public AbstractInstallCommand(CliConsole console, ActionFactory actionFactory)
-
-
Method Detail
-
getMavenOptions
protected MavenOptions getMavenOptions() throws ArgumentParsingException
- Throws:
ArgumentParsingException
-
buildDefinition
protected ProvisioningDefinition.Builder buildDefinition() throws ArgumentParsingException
- Throws:
ArgumentParsingException
-
-