Uses of Interface
gov.nasa.pds.tools.label.validate.DocumentValidator

Packages that use DocumentValidator
gov.nasa.pds.tools.label   
gov.nasa.pds.tools.label.validate   
 

Uses of DocumentValidator in gov.nasa.pds.tools.label
 

Methods in gov.nasa.pds.tools.label with parameters of type DocumentValidator
 void LabelValidator.addValidator(DocumentValidator validator)
           
 

Uses of DocumentValidator in gov.nasa.pds.tools.label.validate
 

Classes in gov.nasa.pds.tools.label.validate that implement DocumentValidator
 class DefaultDocumentValidator
          The intent of this class is to perform some default semantic validation on the parsed PDS4 label.
 class FileReferenceValidator
          Validator class that looks for file references in the PDS4 product label and performs the following checks: - Verify that the generated checksum matches the supplied checksum, if provided - Verify that the casing of the file reference matches the file name casing on the file system
 



Copyright © 2010–2014 Planetary Data System. All rights reserved.