Class AbstractCommand

java.lang.Object
org.wildfly.prospero.cli.commands.AbstractCommand
All Implemented Interfaces:
Callable<Integer>
Direct Known Subclasses:
AbstractInstallCommand, AbstractMavenCommand, AbstractParentCommand, ChannelAddCommand, ChannelCommand, ChannelCommand.ChannelListCommand, ChannelCommand.ChannelVersionCommand, ChannelInitializeCommand, ChannelPromoteCommand, ChannelRemoveCommand, CloneCommand, HistoryCommand, RevertCommand.ApplyCommand, UpdateCommand.ApplyCommand

public abstract class AbstractCommand extends Object implements Callable<Integer>