|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 that return ValidationErrorMode | |
|---|---|
ValidationErrorMode |
Flyway.getValidationErrorMode()
Retrieves the error mode for validation. |
| Methods in com.googlecode.flyway.core with parameters of type ValidationErrorMode | |
|---|---|
void |
Flyway.setValidationErrorMode(ValidationErrorMode validationErrorMode)
Sets the error mode for validation. |
| 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're declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||