Package | Description |
---|---|
liquibase.change |
The change package contains the available database "changes".
|
liquibase.change.core | |
liquibase.change.custom | |
liquibase.changelog.visitor |
Modifier and Type | Method and Description |
---|---|
void |
Change.finishInitialization()
This method will be called by the changlelog parsing process after all of the
properties have been set to allow the task to do any additional initialization logic.
|
void |
AbstractChange.finishInitialization()
Default implementation is a no-op
|
Modifier and Type | Method and Description |
---|---|
void |
SQLFileChange.finishInitialization() |
Modifier and Type | Method and Description |
---|---|
void |
CustomChange.setUp()
This method will be called after the no arg constructor and all of the
properties have been set to allow the task to do any heavy tasks or
more importantly generate any exceptions to report to the user about
the settings provided.
|
Modifier and Type | Method and Description |
---|---|
List<SetupException> |
ValidatingVisitor.getSetupExceptions() |
Copyright © 2014 Liquibase.org. All rights reserved.