|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.geronimo.validator.ValidationResult
Used to enumerate validation results.
Field Summary | |
static ValidationResult |
ABORTED
Not only were there errors, they were so severe that we couldn't even finish running the validation tests. |
static ValidationResult |
FAILED
Indicates the presence of errors that will likely prevent the application module from being deployed and/or run successfully. |
static ValidationResult |
PASSED
Indicates that the validation process was completely successful. |
static ValidationResult |
PASSED_WITH_WARNINGS
Indicated that there are some issues the user should be aware of, but in general the application module can be deployed and run. |
Method Summary | |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final ValidationResult PASSED
public static final ValidationResult PASSED_WITH_WARNINGS
public static final ValidationResult FAILED
public static final ValidationResult ABORTED
Method Detail |
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |