public class DeactivateChangelogCommandStep extends AbstractHubChangelogCommandStep
Modifier and Type | Field and Description |
---|---|
static CommandArgumentDefinition<String> |
CHANGELOG_FILE_ARG |
static String[] |
COMMAND_NAME |
ORDER_DEFAULT, ORDER_NOT_APPLICABLE
Constructor and Description |
---|
DeactivateChangelogCommandStep() |
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"}}.
|
void |
run(CommandResultsBuilder resultsBuilder)
Performs the business logic.
|
parseChangeLogFile
getOrder, validate
public static final String[] COMMAND_NAME
public static final CommandArgumentDefinition<String> CHANGELOG_FILE_ARG
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
CommandStep.getOrder(CommandDefinition)
order.Exception
public void adjustCommandDefinition(CommandDefinition commandDefinition)
AbstractCommandStep
adjustCommandDefinition
in interface CommandStep
adjustCommandDefinition
in class AbstractCommandStep
Copyright © 2022 Liquibase.org. All rights reserved.