Class ChannelCommand.ChannelVersionCommand
- java.lang.Object
-
- org.wildfly.prospero.cli.commands.AbstractCommand
-
- org.wildfly.prospero.cli.commands.ChannelCommand.ChannelVersionCommand
-
- Enclosing class:
- ChannelCommand
public static class ChannelCommand.ChannelVersionCommand extends AbstractCommand
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringPREFIX-
Fields inherited from class org.wildfly.prospero.cli.commands.AbstractCommand
actionFactory, console
-
-
Constructor Summary
Constructors Constructor Description ChannelVersionCommand(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.AbstractCommand
determineInstallationDirectory, verifyTargetDirectoryIsEmpty
-
-
-
-
Field Detail
-
PREFIX
protected static final String PREFIX
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ChannelVersionCommand
public ChannelVersionCommand(CliConsole console, ActionFactory actionFactory)
-
-