public class GenerateChangeLog extends liquibase.integration.ant.BaseLiquibaseTask
| Constructor and Description |
|---|
GenerateChangeLog() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
executeWithLiquibaseClassloader() |
protected void |
export(liquibase.database.Database source,
liquibase.database.Database target,
String snapshotTypes,
String suffix) |
protected void |
exportConstraints(liquibase.database.Database source,
liquibase.database.Database target) |
protected void |
exportIndexes(liquibase.database.Database source,
liquibase.database.Database target) |
protected void |
exportSchema(liquibase.database.Database source,
liquibase.database.Database target) |
protected void |
exportSequences(liquibase.database.Database source,
liquibase.database.Database target) |
protected void |
exportTables(liquibase.database.Database source,
liquibase.database.Database target) |
protected void |
exportViews(liquibase.database.Database source,
liquibase.database.Database target) |
String |
getSource() |
String |
getTarget() |
boolean |
isStateSaved() |
void |
setSource(String refid) |
void |
setStateSaved(boolean ss) |
void |
setTarget(String refid) |
addConfiguredChangeLogProperty, closeDatabase, createClasspath, createDatabaseObject, createLiquibase, createOutputWriter, createPrintStream, execute, getChangeLogFile, getContexts, getCurrentDateTimeFunction, getDatabaseChangeLogLockTableName, getDatabaseChangeLogObjectsTablespace, getDatabaseChangeLogTableName, getDatabaseClass, getDefaultCatalogName, getDefaultSchemaName, getDriver, getLogLevel, getOutputFile, getPassword, getUrl, getUsername, isOutputDefaultCatalog, isOutputDefaultSchema, isPromptOnNonLocalDatabase, setChangeLogFile, setClasspathRef, setContexts, setCurrentDateTimeFunction, setDatabaseChangeLogLockTableName, setDatabaseChangeLogObjectsTablespace, setDatabaseChangeLogTableName, setDatabaseClass, setDefaultCatalogName, setDefaultSchemaName, setDriver, setLogLevel, setOutputDefaultCatalog, setOutputDefaultSchema, 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 GenerateChangeLog()
public boolean isStateSaved()
public void setStateSaved(boolean ss)
protected void executeWithLiquibaseClassloader() throws org.apache.tools.ant.BuildException
executeWithLiquibaseClassloader in class liquibase.integration.ant.BaseLiquibaseTaskorg.apache.tools.ant.BuildExceptionprotected void exportSchema(liquibase.database.Database source, liquibase.database.Database target)
protected void export(liquibase.database.Database source, liquibase.database.Database target, String snapshotTypes, String suffix) throws Exception
Exceptionprotected void exportConstraints(liquibase.database.Database source, liquibase.database.Database target) throws Exception
Exceptionprotected void exportIndexes(liquibase.database.Database source, liquibase.database.Database target) throws Exception
Exceptionprotected void exportViews(liquibase.database.Database source, liquibase.database.Database target) throws Exception
Exceptionprotected void exportTables(liquibase.database.Database source, liquibase.database.Database target) throws Exception
Exceptionprotected void exportSequences(liquibase.database.Database source, liquibase.database.Database target) throws Exception
ExceptionCopyright © 2004–2014 Leo Przybylski. All rights reserved.