Method Summary |
|
void | addRawFailures(List failureList) Adds "raw" failures (which is a List of ValidationFailure objects)
to the existing set of failures. |
void | addRawWarnings(List warningList) Adds "raw" warnings (which is a List of ValidationFailure objects)
to the existing set of warnings. |
int | getCount() Calculates the total failure and warning counts. |
int | getFailureCount() Retrieves the number of current failures in this context. |
List | getFailures() Retrieves a List of the current failures within this context. |
int | getWarningCount() Retrieves the number of current warnings in this context. |
List | getWarnings() Retrieves a List of the current warnings within this context. |
void | setValidator(ValidatorWrapper wrapper) Sets the ValidatorWrapper that the context needs to use. |