public interface ExternalValidator
Modifier and Type | Method and Description |
---|---|
boolean |
validate(ProblemHandler handler,
java.io.File labelFile)
Method signature for checking to see if a label is valid.
|
boolean |
validate(ProblemHandler handler,
java.net.URL url)
Method signature for checking to see if a label is valid.
|
boolean validate(ProblemHandler handler, java.io.File labelFile)
handler
- A problem handler.labelFile
- PDS4 label file.boolean validate(ProblemHandler handler, java.net.URL url)
handler
- A problem handler.url
- URL of the PDS4 label.Copyright © 2010-2019 Planetary Data System. All Rights Reserved.