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
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface liquibase.command.LiquibaseCommand
getName, run, validate
-
Constructor Details
-
AbstractCommand
public AbstractCommand()Deprecated.
-
-
Method Details
-
getPriority
Deprecated.- Specified by:
getPriority
in interfaceLiquibaseCommand<T extends CommandResult>
-
getArguments
Deprecated.- Specified by:
getArguments
in interfaceLiquibaseCommand<T extends CommandResult>
-
CommandStep
and call them withCommandFactory.getCommandDefinition(String...)
.