Interface ExternalValidator
-
public interface ExternalValidator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanvalidate(ProblemHandler handler, File labelFile)Method signature for checking to see if a label is valid.booleanvalidate(ProblemHandler handler, URL url)Method signature for checking to see if a label is valid.
-
-
-
Method Detail
-
validate
boolean validate(ProblemHandler handler, File labelFile)
Method signature for checking to see if a label is valid.- Parameters:
handler- A problem handler.labelFile- PDS4 label file.- Returns:
- flag indicating whether or not the step in validation was passed.
-
validate
boolean validate(ProblemHandler handler, URL url)
Method signature for checking to see if a label is valid.- Parameters:
handler- A problem handler.url- URL of the PDS4 label.- Returns:
- flag indicating whether or not the step in validation was passed.
-
-