liquibase.precondition
Class PreconditionLogic

java.lang.Object
  extended by 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)


Constructor Summary
PreconditionLogic()
           
 
Method Summary
 void addNestedPrecondition(Precondition precondition)
           
 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

PreconditionLogic

public PreconditionLogic()
Method Detail

getNestedPreconditions

public List<Precondition> getNestedPreconditions()

addNestedPrecondition

public void addNestedPrecondition(Precondition precondition)


Copyright © 2012 Liquibase.org. All Rights Reserved.