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

Packages that use ValidationErrorMode
com.googlecode.flyway.core The main Flyway package and for most users, the only one they'll ever need to know about. 
com.googlecode.flyway.core.validation Private API. 
 

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.