public abstract class PreconditionLogic extends Object implements Precondition
Constructor and Description |
---|
PreconditionLogic() |
Modifier and Type | Method and Description |
---|---|
void |
addNestedPrecondition(Precondition precondition) |
List<Precondition> |
getNestedPreconditions() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
check, getName, validate, warn
public List<Precondition> getNestedPreconditions()
public void addNestedPrecondition(Precondition precondition)
Copyright © 2014 Liquibase.org. All rights reserved.