|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectliquibase.precondition.PreconditionLogic
public abstract class PreconditionLogic
Marker interface for precondition logic tags (and,or, not)
| Constructor Summary | |
|---|---|
PreconditionLogic()
|
|
| Method Summary | |
|---|---|
void |
addNestedPrecondition(Precondition precondition)
|
java.util.List<Precondition> |
getNestedPreconditions()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface liquibase.precondition.Precondition |
|---|
check, getName, validate, warn |
| Constructor Detail |
|---|
public PreconditionLogic()
| Method Detail |
|---|
public java.util.List<Precondition> getNestedPreconditions()
public void addNestedPrecondition(Precondition precondition)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||