CommandStep and call them with CommandFactory.getCommandDefinition(String...).public abstract class AbstractCommand<T extends CommandResult> extends Object implements LiquibaseCommand<T>
PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED| Constructor and Description |
|---|
AbstractCommand()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SortedSet<CommandArgument> |
getArguments()
Deprecated.
|
int |
getPriority(String commandName)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, run, validatepublic int getPriority(String commandName)
getPriority in interface LiquibaseCommand<T extends CommandResult>public SortedSet<CommandArgument> getArguments()
getArguments in interface LiquibaseCommand<T extends CommandResult>Copyright © 2023 Liquibase.org. All rights reserved.