Package gov.nasa.pds.vtool.validate

This package contains classes that will perform the validation step for the Validation Tool.

See:
          Description

Interface Summary
Validator Interface for parsing a label.
 

Class Summary
LabelValidator Class to parse a label.
PartialLabelValidator Class to parse a partial label.
ValidationRecord Class that can be used to save the results of a validation run.
ValidatorFactory Class to be used to determine what type of label parser to use (either a partial or full label).
 

Exception Summary
UnknownLabelStatusException  
ValidatorException  
 

Package gov.nasa.pds.vtool.validate Description

This package contains classes that will perform the validation step for the Validation Tool.

The ValidationFactory class determines what type of parser to use during the validation step. If a partial label has been found and the partial label validation feature was turned on via the command-line, then the factory will call the parser's parsePartial method to perform validation. Otherwise, the default parser will be used.



Copyright © 2005-2009 NASA Jet Propulsion Laboratory, California Institute of Technology. All Rights Reserved.