Package liquibase.command
Class AbstractCommand<T extends CommandResult>
java.lang.Object
liquibase.command.AbstractCommand<T>
- All Implemented Interfaces:
LiquibaseCommand<T>,Plugin
- Direct Known Subclasses:
DiffCommand,HistoryCommand,SnapshotCommand
public abstract class AbstractCommand<T extends CommandResult>
extends Object
implements LiquibaseCommand<T>
Deprecated.
-
Field Summary
Fields inherited from interface liquibase.plugin.Plugin
PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface liquibase.command.LiquibaseCommand
getName, run, validate
-
Constructor Details
-
AbstractCommand
public AbstractCommand()Deprecated.
-
-
Method Details
-
getPriority
Deprecated.- Specified by:
getPriorityin interfaceLiquibaseCommand<T extends CommandResult>
-
getArguments
Deprecated.- Specified by:
getArgumentsin interfaceLiquibaseCommand<T extends CommandResult>
-
CommandStepand call them withCommandFactory.getCommandDefinition(String...).