Class LogValidator
java.lang.Object
com.foursoft.harness.navext.runtime.io.validation.LogValidator
a wrapper around a
Validator which logs all error events in an array-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classErrorLocation holds the line and message of the found error -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanruns the validation
-
Constructor Details
-
LogValidator
-
-
Method Details
-
getErrorLines
- Returns:
- all collected errors
-
validate
runs the validation- Parameters:
source- the source to validate- Returns:
- true if no validation errors were collected
-