public class TagDatabaseTask extends BaseLiquibaseTask
Constructor and Description |
---|
TagDatabaseTask() |
Modifier and Type | Method and Description |
---|---|
void |
executeWithLiquibaseClassloader() |
String |
getTag() |
void |
setTag(String tag) |
protected void |
validateParameters()
Subclasses that override this method must always call
super.validateParameters() method. |
addChangeLogParameters, addDatabase, closeDatabase, createClasspath, createDatabaseFromConfiguredDatabaseType, createDatabaseFromType, execute, getChangeLogDirectory, getChangeLogFile, getDefaultOutputEncoding, getLiquibase, getResourceAccessor, getSearchPath, init, isPromptOnNonLocalDatabase, setChangeLogParametersRef, setClasspathRef, setDatabaseRef, setPromptOnNonLocalDatabase, shouldRun
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void executeWithLiquibaseClassloader() throws org.apache.tools.ant.BuildException
executeWithLiquibaseClassloader
in class BaseLiquibaseTask
org.apache.tools.ant.BuildException
protected void validateParameters()
BaseLiquibaseTask
super.validateParameters()
method.validateParameters
in class BaseLiquibaseTask
public String getTag()
public void setTag(String tag)
Copyright © 2023 Liquibase.org. All rights reserved.