Class RevertCommand
- java.lang.Object
-
- org.wildfly.prospero.cli.commands.AbstractCommand
-
- org.wildfly.prospero.cli.commands.AbstractParentCommand
-
- org.wildfly.prospero.cli.commands.RevertCommand
-
public class RevertCommand extends AbstractParentCommand
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRevertCommand.ApplyCommandstatic classRevertCommand.PerformCommandstatic classRevertCommand.PrepareCommand
-
Field Summary
-
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 RevertCommand(CliConsole console, ActionFactory actionFactory)
-
Method Summary
-
Methods inherited from class org.wildfly.prospero.cli.commands.AbstractParentCommand
addSubCommands, call
-
Methods inherited from class org.wildfly.prospero.cli.commands.AbstractCommand
determineInstallationDirectory, verifyTargetDirectoryIsEmpty
-
-
-
-
Constructor Detail
-
RevertCommand
public RevertCommand(CliConsole console, ActionFactory actionFactory)
-
-