public interface ExternalValidator
Modifier and Type | Method and Description |
---|---|
boolean |
validate(ProblemHandler handler,
File labelFile)
Method signature for checking to see if a label is valid.
|
boolean |
validate(ProblemHandler handler,
URL url)
Method signature for checking to see if a label is valid.
|
boolean validate(ProblemHandler handler, File labelFile)
handler
- A problem handler.labelFile
- PDS4 label file.boolean validate(ProblemHandler handler, URL url)
handler
- A problem handler.url
- URL of the PDS4 label.Copyright © 2019. All rights reserved.