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 |
coreBundle
ORDER_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, validate
protected 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()
CommandStep
requiredDependencies
in interface CommandStep
requiredDependencies
in class AbstractCommandStep
public List<Class<?>> providedDependencies()
CommandStep
providedDependencies
in interface CommandStep
providedDependencies
in class AbstractCommandStep
public String[][] defineCommandNames()
CommandStep
This 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
CommandStep
CommandScope.execute()
order.Exception
public void adjustCommandDefinition(CommandDefinition commandDefinition)
AbstractCommandStep
adjustCommandDefinition
in interface CommandStep
adjustCommandDefinition
in class AbstractCommandStep
Copyright © 2023 Liquibase.org. All rights reserved.