liquibase.precondition
Class PreconditionLogic
java.lang.Object
liquibase.precondition.PreconditionLogic
- All Implemented Interfaces:
- Precondition
- Direct Known Subclasses:
- AndPrecondition, NotPrecondition, OrPrecondition
public abstract class PreconditionLogic
- extends Object
- implements Precondition
Marker interface for precondition logic tags (and,or, not)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreconditionLogic
public PreconditionLogic()
getNestedPreconditions
public List<Precondition> getNestedPreconditions()
addNestedPrecondition
public void addNestedPrecondition(Precondition precondition)
Copyright © 2012 Liquibase.org. All Rights Reserved.