public class CalculateChecksumCommandStep extends AbstractCommandStep
| Modifier and Type | Field and Description |
|---|---|
static CommandArgumentDefinition<String> |
CHANGELOG_FILE_ARG |
protected static int |
CHANGESET_ID_AUTHOR_PART |
protected static int |
CHANGESET_ID_CHANGELOG_PART |
protected static int |
CHANGESET_ID_CHANGESET_PART |
protected static int |
CHANGESET_ID_NUM_PARTS |
static CommandArgumentDefinition<String> |
CHANGESET_IDENTIFIER_ARG |
static CommandResultDefinition<CheckSum> |
CHECKSUM_RESULT |
protected static String[] |
COMMAND_NAME |
coreBundleORDER_DEFAULT, ORDER_NOT_APPLICABLE| Constructor and Description |
|---|
CalculateChecksumCommandStep() |
| 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<?>> |
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, providedDependencies, validateprotected static final String[] COMMAND_NAME
public static final CommandArgumentDefinition<String> CHANGELOG_FILE_ARG
public static final CommandArgumentDefinition<String> CHANGESET_IDENTIFIER_ARG
public static final CommandResultDefinition<CheckSum> CHECKSUM_RESULT
protected static final int CHANGESET_ID_NUM_PARTS
protected static final int CHANGESET_ID_AUTHOR_PART
protected static final int CHANGESET_ID_CHANGESET_PART
protected static final int CHANGESET_ID_CHANGELOG_PART
public List<Class<?>> requiredDependencies()
CommandSteprequiredDependencies in interface CommandSteprequiredDependencies 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.