public class PreCompareCommandStep extends AbstractCommandStep
| Modifier and Type | Field and Description |
|---|---|
protected static String[] |
COMMAND_NAME |
static CommandArgumentDefinition<CompareControl> |
COMPARE_CONTROL_ARG |
static CommandResultDefinition<CompareControl> |
COMPARE_CONTROL_RESULT |
static CommandArgumentDefinition<String> |
DIFF_TYPES_ARG |
static CommandArgumentDefinition<String> |
EXCLUDE_OBJECTS_ARG |
static CommandArgumentDefinition<String> |
INCLUDE_OBJECTS_ARG |
static CommandArgumentDefinition<ObjectChangeFilter> |
OBJECT_CHANGE_FILTER_ARG |
static CommandResultDefinition<ObjectChangeFilter> |
OBJECT_CHANGE_FILTER_RESULT |
static CommandArgumentDefinition<String> |
OUTPUT_SCHEMAS_ARG |
static CommandArgumentDefinition<String> |
REFERENCE_SCHEMAS_ARG |
static CommandArgumentDefinition<String> |
SCHEMAS_ARG |
static CommandArgumentDefinition<Class[]> |
SNAPSHOT_TYPES_ARG |
static CommandResultDefinition<Class[]> |
SNAPSHOT_TYPES_RESULT |
coreBundleORDER_DEFAULT, ORDER_NOT_APPLICABLE| Constructor and Description |
|---|
PreCompareCommandStep() |
| Modifier and Type | Method and Description |
|---|---|
void |
adjustCommandDefinition(CommandDefinition commandDefinition)
Default implementation makes no changes
|
String[][] |
defineCommandNames()
Defines new command names
For example, if it is part of `liquibase update`, this should return new String[][]{ new String[] {"update"}}.
|
List<Class<?>> |
providedDependencies()
Returns a list of all the dependency Classes that this step provides
|
List<Class<?>> |
requiredDependencies()
Return a list of configured Classes that this command requires to be passed as a dependency.
|
void |
run(CommandResultsBuilder resultsBuilder)
Performs the business logic.
|
getOrder, validateprotected static final String[] COMMAND_NAME
public static final CommandArgumentDefinition<String> EXCLUDE_OBJECTS_ARG
public static final CommandArgumentDefinition<String> INCLUDE_OBJECTS_ARG
public static final CommandArgumentDefinition<String> SCHEMAS_ARG
public static final CommandArgumentDefinition<String> DIFF_TYPES_ARG
public static final CommandArgumentDefinition<String> REFERENCE_SCHEMAS_ARG
public static final CommandArgumentDefinition<String> OUTPUT_SCHEMAS_ARG
public static final CommandArgumentDefinition<CompareControl> COMPARE_CONTROL_ARG
public static final CommandArgumentDefinition<Class[]> SNAPSHOT_TYPES_ARG
public static final CommandArgumentDefinition<ObjectChangeFilter> OBJECT_CHANGE_FILTER_ARG
public static final CommandResultDefinition<CompareControl> COMPARE_CONTROL_RESULT
public static final CommandResultDefinition<Class[]> SNAPSHOT_TYPES_RESULT
public static final CommandResultDefinition<ObjectChangeFilter> OBJECT_CHANGE_FILTER_RESULT
public List<Class<?>> requiredDependencies()
CommandSteprequiredDependencies in interface CommandSteprequiredDependencies in class AbstractCommandSteppublic List<Class<?>> providedDependencies()
CommandStepprovidedDependencies in interface CommandStepprovidedDependencies in class AbstractCommandSteppublic String[][] defineCommandNames()
CommandStepThis is used to determine the available command names.
This can return null if this step is not defining a new command but "cross-cutting" existing commands
public void run(CommandResultsBuilder resultsBuilder) throws Exception
CommandStepCommandScope.execute() order.Exceptionpublic void adjustCommandDefinition(CommandDefinition commandDefinition)
AbstractCommandStepadjustCommandDefinition in interface CommandStepadjustCommandDefinition in class AbstractCommandStepCopyright © 2023 Liquibase.org. All rights reserved.