Uses of Class
com.googlecode.flyway.core.validation.ValidationErrorMode

Packages that use ValidationErrorMode
com.googlecode.flyway.core   
com.googlecode.flyway.core.validation   
 

Uses of ValidationErrorMode in com.googlecode.flyway.core
 

Methods in com.googlecode.flyway.core with parameters of type ValidationErrorMode
 void Flyway.setValidationErrorMode(ValidationErrorMode validationErrorMode)
           
 

Uses of ValidationErrorMode in com.googlecode.flyway.core.validation
 

Methods in com.googlecode.flyway.core.validation that return ValidationErrorMode
static ValidationErrorMode ValidationErrorMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ValidationErrorMode[] ValidationErrorMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010. All Rights Reserved.