Package liquibase.integration.ant
Class TagDatabaseTask
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- liquibase.integration.ant.BaseLiquibaseTask
-
- liquibase.integration.ant.TagDatabaseTask
-
- All Implemented Interfaces:
Cloneable
public class TagDatabaseTask extends BaseLiquibaseTask
-
-
Constructor Summary
Constructors Constructor Description TagDatabaseTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteWithLiquibaseClassloader()StringgetTag()voidsetTag(String tag)protected voidvalidateParameters()Subclasses that override this method must always callsuper.validateParameters()method.-
Methods inherited from class liquibase.integration.ant.BaseLiquibaseTask
addChangeLogParameters, addDatabase, closeDatabase, createClasspath, createDatabaseFromConfiguredDatabaseType, createDatabaseFromType, execute, getChangeLogDirectory, getChangeLogFile, getDefaultOutputEncoding, getLiquibase, getResourceAccessor, getSearchPath, init, isPromptOnNonLocalDatabase, setChangeLogParametersRef, setClasspathRef, setDatabaseRef, setPromptOnNonLocalDatabase, shouldRun
-
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
-
-
-
-
Method Detail
-
executeWithLiquibaseClassloader
public void executeWithLiquibaseClassloader() throws org.apache.tools.ant.BuildException- Specified by:
executeWithLiquibaseClassloaderin classBaseLiquibaseTask- Throws:
org.apache.tools.ant.BuildException
-
validateParameters
protected void validateParameters()
Description copied from class:BaseLiquibaseTaskSubclasses that override this method must always callsuper.validateParameters()method.- Overrides:
validateParametersin classBaseLiquibaseTask
-
getTag
public String getTag()
-
setTag
public void setTag(String tag)
-
-