Uses of Class
liquibase.precondition.core.ErrorPrecondition

Packages that use ErrorPrecondition
liquibase.changelog.visitor   
liquibase.exception   
 

Uses of ErrorPrecondition in liquibase.changelog.visitor
 

Methods in liquibase.changelog.visitor that return types with arguments of type ErrorPrecondition
 List<ErrorPrecondition> ValidatingVisitor.getErrorPreconditions()
           
 

Uses of ErrorPrecondition in liquibase.exception
 

Methods in liquibase.exception that return types with arguments of type ErrorPrecondition
 List<ErrorPrecondition> PreconditionErrorException.getErrorPreconditions()
           
 

Constructors in liquibase.exception with parameters of type ErrorPrecondition
PreconditionErrorException(ErrorPrecondition errorPrecondition)
           
 

Constructor parameters in liquibase.exception with type arguments of type ErrorPrecondition
PreconditionErrorException(List<ErrorPrecondition> errorPreconditions)
           
PreconditionErrorException(String message, List<ErrorPrecondition> erroredPreconditions)
           
 



Copyright © 2012 Liquibase.org. All Rights Reserved.