liquibase.precondition.core
Class ChangeLogPropertyDefinedPrecondition
java.lang.Object
liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
- All Implemented Interfaces:
- Precondition
public class ChangeLogPropertyDefinedPrecondition
- extends Object
- implements Precondition
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChangeLogPropertyDefinedPrecondition
public ChangeLogPropertyDefinedPrecondition()
getName
public String getName()
- Specified by:
getName
in interface Precondition
getProperty
public String getProperty()
setProperty
public void setProperty(String property)
getValue
public String getValue()
setValue
public void setValue(String value)
warn
public Warnings warn(Database database)
- Specified by:
warn
in interface Precondition
validate
public ValidationErrors validate(Database database)
- Specified by:
validate
in interface Precondition
check
public void check(Database database,
DatabaseChangeLog changeLog,
ChangeSet changeSet)
throws PreconditionFailedException,
PreconditionErrorException
- Specified by:
check
in interface Precondition
- Throws:
PreconditionFailedException
PreconditionErrorException
Copyright © 2004-2011 Liquibase.org. All Rights Reserved.