public class GenerateChangeLog extends liquibase.integration.ant.BaseLiquibaseTask
| Constructor and Description |
|---|
GenerateChangeLog() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected void |
export(Diff diff,
liquibase.database.Database target,
String diffTypes,
String suffix) |
protected void |
exportConstraints(Diff diff,
liquibase.database.Database target) |
protected void |
exportIndexes(Diff diff,
liquibase.database.Database target) |
protected void |
exportSchema(liquibase.database.Database source,
liquibase.database.Database target) |
protected void |
exportSequences(Diff diff,
liquibase.database.Database target) |
protected void |
exportTables(Diff diff,
liquibase.database.Database target) |
protected void |
exportViews(Diff diff,
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, getChangeLogFile, getContexts, getCurrentDateTimeFunction, getDatabaseChangeLogLockTableName, getDatabaseChangeLogTableName, getDatabaseClass, getDefaultSchemaName, getDriver, getLogLevel, getOutputFile, getPassword, getUrl, getUsername, isPromptOnNonLocalDatabase, setChangeLogFile, setClasspathRef, setContexts, setCurrentDateTimeFunction, setDatabaseChangeLogLockTableName, setDatabaseChangeLogTableName, setDatabaseClass, 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 GenerateChangeLog()
public boolean isStateSaved()
public void setStateSaved(boolean ss)
public void execute()
execute in class liquibase.integration.ant.BaseLiquibaseTaskprotected void exportSchema(liquibase.database.Database source, liquibase.database.Database target)
protected void export(Diff diff, liquibase.database.Database target, String diffTypes, String suffix)
protected void exportConstraints(Diff diff, liquibase.database.Database target)
protected void exportIndexes(Diff diff, liquibase.database.Database target)
protected void exportViews(Diff diff, liquibase.database.Database target)
protected void exportTables(Diff diff, liquibase.database.Database target)
protected void exportSequences(Diff diff, liquibase.database.Database target)
Copyright © 2004-2012 Leo Przybylski. All Rights Reserved.