public class LiquibaseMain extends Object implements Closeable
| Modifier and Type | Class and Description |
|---|---|
static class |
LiquibaseMain.DatabaseConf |
| Constructor and Description |
|---|
LiquibaseMain(LiquibaseMain.DatabaseConf dbConf,
String changeLogFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
dropAll() |
void |
init() |
static boolean |
loglevelIsSevereOrOff(String logLevel) |
void |
releaseLocks() |
void |
update() |
public LiquibaseMain(LiquibaseMain.DatabaseConf dbConf, String changeLogFile)
public void close()
close in interface Closeableclose in interface AutoCloseablepublic static boolean loglevelIsSevereOrOff(String logLevel)
Copyright © 2020. All rights reserved.