public class GenerateChangeLogTask extends BaseLiquibaseTask
BaseLiquibaseTask.ChangeLogProperty, BaseLiquibaseTask.LogRedirectorclasspath| Constructor and Description |
|---|
GenerateChangeLogTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeWithLiquibaseClassloader() |
String |
getDataDir() |
String |
getDiffTypes() |
boolean |
getIncludeCatalog() |
boolean |
getIncludeSchema() |
boolean |
getIncludeTablespace() |
void |
setDataDir(String dataDir) |
void |
setDiffTypes(String diffTypes) |
void |
setIncludeCatalog(boolean includeCatalog) |
void |
setIncludeSchema(boolean includeSchema) |
void |
setIncludeTablespace(boolean includeTablespace) |
addConfiguredChangeLogProperty, closeDatabase, createClasspath, createDatabaseObject, createLiquibase, createOutputWriter, createPrintStream, execute, getChangeLogFile, getContexts, getCurrentDateTimeFunction, getDatabaseChangeLogLockTableName, getDatabaseChangeLogObjectsTablespace, getDatabaseChangeLogTableName, getDatabaseClass, getDefaultCatalogName, getDefaultSchemaName, getDriver, getLogLevel, getOutputFile, getPassword, getUrl, getUsername, isPromptOnNonLocalDatabase, setChangeLogFile, setClasspathRef, setContexts, setCurrentDateTimeFunction, setDatabaseChangeLogLockTableName, setDatabaseChangeLogObjectsTablespace, setDatabaseChangeLogTableName, setDatabaseClass, setDefaultCatalogName, setDefaultSchemaName, setDriver, setLogLevel, setOutputFile, setPassword, setPromptOnNonLocalDatabase, setUrl, setUsername, shouldRunbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic String getDiffTypes()
public void setDiffTypes(String diffTypes)
public String getDataDir()
public void setDataDir(String dataDir)
public boolean getIncludeCatalog()
public void setIncludeCatalog(boolean includeCatalog)
public boolean getIncludeSchema()
public void setIncludeSchema(boolean includeSchema)
public boolean getIncludeTablespace()
public void setIncludeTablespace(boolean includeTablespace)
public void executeWithLiquibaseClassloader()
throws org.apache.tools.ant.BuildException
executeWithLiquibaseClassloader in class BaseLiquibaseTaskorg.apache.tools.ant.BuildExceptionCopyright © 2014 Liquibase.org. All rights reserved.