Methods
| Type Params |
Return Type |
Name and description |
|
void |
appendToChangeLog(File srcChangeLogFile, File destChangeLogFile)
|
|
void |
configureDatabase(Database database)
|
|
Database |
createDatabase(String defaultSchema, String dataSource, Map<String, String> dataSourceConfig)
|
|
ResourceAccessor |
createResourceAccessor()
|
|
void |
doDiffToChangeLog(File changeLogFile, Database referenceDatabase, Database targetDatabase)
|
|
void |
doGenerateChangeLog(File changeLogFile, Database originalDatabase)
|
|
void |
doGeneratePreviousChangesetSql(Writer output, Database database, Liquibase liquibase, String count, String skip)
|
|
List<String> |
getArgs()
|
|
File |
getChangeLogFile()
|
|
String |
getChangeLogFileName()
|
|
File |
getChangeLogLocation()
|
|
abstract ConfigMap |
getConfig()
|
|
String |
getConfigPrefix()
|
|
String |
getContexts()
|
|
Map<String, String> |
getDataSourceConfig(ConfigMap config)
|
|
boolean |
hasOption(String name)
|
|
boolean |
isTimeFormat(String time)
|
|
String |
optionValue(String name)
|
|
void |
outputHeader(Executor executor, String message, Liquibase liquibase, Database database)
|
|
Date |
parseDateTime(String date, String time)
|
|
File |
resolveChangeLogFile(String filename)
|
|
void |
withDatabase(Map<String, String> dataSourceConfig, Closure closure)
|
|
void |
withFileOrSystemOutWriter(String filename, Closure closure)
|
|
void |
withLiquibase(Closure closure)
|