public class DiffOutputControlCommandStep extends AbstractCommandStep
Modifier and Type | Field and Description |
---|---|
static String[] |
COMMAND_NAME |
static CommandResultDefinition<DiffOutputControl> |
DIFF_OUTPUT_CONTROL |
static CommandArgumentDefinition<Boolean> |
INCLUDE_CATALOG_ARG |
static CommandArgumentDefinition<Boolean> |
INCLUDE_SCHEMA_ARG |
static CommandArgumentDefinition<Boolean> |
INCLUDE_TABLESPACE_ARG |
coreBundle
ORDER_DEFAULT, ORDER_NOT_APPLICABLE
Constructor and Description |
---|
DiffOutputControlCommandStep() |
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"}}.
|
protected void |
outputBestPracticeMessage() |
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
public static final String[] COMMAND_NAME
public static final CommandArgumentDefinition<Boolean> INCLUDE_CATALOG_ARG
public static final CommandArgumentDefinition<Boolean> INCLUDE_SCHEMA_ARG
public static final CommandArgumentDefinition<Boolean> INCLUDE_TABLESPACE_ARG
public static final CommandResultDefinition<DiffOutputControl> DIFF_OUTPUT_CONTROL
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 void adjustCommandDefinition(CommandDefinition commandDefinition)
AbstractCommandStep
adjustCommandDefinition
in interface CommandStep
adjustCommandDefinition
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
protected void outputBestPracticeMessage()
Copyright © 2023 Liquibase.org. All rights reserved.