|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SetupException | |
---|---|
liquibase.change | The change package contains the available database "changes". |
liquibase.change.core | |
liquibase.change.custom | |
liquibase.changelog | |
liquibase.changelog.visitor |
Uses of SetupException in liquibase.change |
---|
Methods in liquibase.change that throw SetupException | |
---|---|
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 |
Uses of SetupException in liquibase.change.core |
---|
Methods in liquibase.change.core that throw SetupException | |
---|---|
void |
SQLFileChange.finishInitialization()
|
Uses of SetupException in liquibase.change.custom |
---|
Methods in liquibase.change.custom that throw SetupException | |
---|---|
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. |
Uses of SetupException in liquibase.changelog |
---|
Methods in liquibase.changelog that throw SetupException | |
---|---|
protected ChangeSet |
DatabaseChangeLog.createChangeSet(ParsedNode node,
ResourceAccessor resourceAccessor)
|
protected void |
DatabaseChangeLog.handleChildNode(ParsedNode node,
ResourceAccessor resourceAccessor)
|
void |
DatabaseChangeLog.includeAll(String pathName,
boolean isRelativeToChangelogFile,
IncludeAllFilter resourceFilter,
boolean errorIfMissingOrEmpty,
Comparator<String> resourceComparator,
ResourceAccessor resourceAccessor,
ContextExpression includeContexts)
|
void |
DatabaseChangeLog.load(ParsedNode parsedNode,
ResourceAccessor resourceAccessor)
|
Uses of SetupException in liquibase.changelog.visitor |
---|
Methods in liquibase.changelog.visitor that return types with arguments of type SetupException | |
---|---|
List<SetupException> |
ValidatingVisitor.getSetupExceptions()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |