Class PrintLicensesCommand
- java.lang.Object
-
- org.wildfly.prospero.cli.commands.AbstractCommand
-
- org.wildfly.prospero.cli.commands.AbstractInstallCommand
-
- org.wildfly.prospero.cli.commands.PrintLicensesCommand
-
public class PrintLicensesCommand extends AbstractInstallCommand
-
-
Field Summary
-
Fields inherited from class org.wildfly.prospero.cli.commands.AbstractCommand
actionFactory, console
-
-
Constructor Summary
Constructors Constructor Description PrintLicensesCommand(CliConsole console, ActionFactory actionFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integercall()-
Methods inherited from class org.wildfly.prospero.cli.commands.AbstractInstallCommand
buildDefinition, createVersionResolverFactory, getMavenOptions, resolveChannels
-
Methods inherited from class org.wildfly.prospero.cli.commands.AbstractCommand
determineInstallationDirectory, verifyTargetDirectoryIsEmpty
-
-
-
-
Constructor Detail
-
PrintLicensesCommand
public PrintLicensesCommand(CliConsole console, ActionFactory actionFactory)
-
-