Class ValidationResultUtils
- java.lang.Object
-
- org.fcrepo.migration.validator.impl.ValidationResultUtils
-
public class ValidationResultUtils extends Object
A utility class- Author:
- dbernstein
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PathresolvePathToJsonResult(ValidationResult result)Resolves the relative (i.e.
-
-
-
Method Detail
-
resolvePathToJsonResult
public static Path resolvePathToJsonResult(ValidationResult result)
Resolves the relative (i.e. to the validation output directory) path of the json file associated with the validation result.- Parameters:
result- The result- Returns:
- The file path
-
-