|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectliquibase.precondition.PreconditionLogic
liquibase.precondition.core.AndPrecondition
public class AndPrecondition
Container class for all preconditions on a change log.
Constructor Summary | |
---|---|
AndPrecondition()
|
Method Summary | |
---|---|
void |
check(Database database,
DatabaseChangeLog changeLog,
ChangeSet changeSet)
|
java.lang.String |
getName()
|
ValidationErrors |
validate(Database database)
|
Warnings |
warn(Database database)
|
Methods inherited from class liquibase.precondition.PreconditionLogic |
---|
addNestedPrecondition, getNestedPreconditions |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AndPrecondition()
Method Detail |
---|
public Warnings warn(Database database)
public ValidationErrors validate(Database database)
public void check(Database database, DatabaseChangeLog changeLog, ChangeSet changeSet) throws PreconditionFailedException, PreconditionErrorException
PreconditionFailedException
PreconditionErrorException
public java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |