public class DatabaseUpdateTask extends AbstractChangeLogBasedTask
Constructor and Description |
---|
DatabaseUpdateTask() |
Modifier and Type | Method and Description |
---|---|
void |
executeWithLiquibaseClassloader() |
String |
getToTag() |
boolean |
isDropFirst() |
void |
setDropFirst(boolean dropFirst) |
void |
setToTag(String toTag) |
getChangeLogDirectory, getChangeLogFile, getContexts, getLabelFilter, getLabels, getOutputEncoding, getOutputFile, getOutputFileWriter, getSearchPath, setChangeLogDirectory, setChangeLogFile, setContexts, setLabelFilter, setLabels, setOutputEncoding, setOutputFile, setSearchPath, validateParameters
addChangeLogParameters, addDatabase, closeDatabase, createClasspath, createDatabaseFromConfiguredDatabaseType, createDatabaseFromType, execute, getDefaultOutputEncoding, getLiquibase, getResourceAccessor, 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
public boolean isDropFirst()
public void setDropFirst(boolean dropFirst)
public String getToTag()
public void setToTag(String toTag)
Copyright © 2023 Liquibase.org. All rights reserved.