Interface Validator
-
- All Known Implementing Classes:
DefaultValidator
public interface Validator
Validator for event-based and hierarchical XML report files.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValidationResult
validate(java.nio.file.Path xmlFile)
Validate the supplied XML file.
-
-
-
Method Detail
-
validate
ValidationResult validate(java.nio.file.Path xmlFile)
Validate the supplied XML file.- Parameters:
xmlFile
- the XML file to validate- Returns:
- validation result
-
-