Uses of Class
gov.nasa.pds.validate.report.Report

Packages that use Report
gov.nasa.pds.validate   
gov.nasa.pds.validate.report   
 

Uses of Report in gov.nasa.pds.validate
 

Fields in gov.nasa.pds.validate declared as Report
protected  Report Validator.report
          An object representation of a report to capture the results of validation.
 

Methods in gov.nasa.pds.validate that return Report
 Report ValidateLauncher.getReport()
          Gets the object representation of the Validation Report.
 

Constructors in gov.nasa.pds.validate with parameters of type Report
BundleValidator(String modelVersion, Report report)
          Constructor.
CollectionValidator(String modelVersion, Report report)
          Constructor.
DirectoryValidator(String modelVersion, Report report)
          Constructor.
FileValidator(String modelVersion, Report report)
          Constructor.
Validator(String modelVersion, Report report)
          Constructor.
 

Uses of Report in gov.nasa.pds.validate.report
 

Subclasses of Report in gov.nasa.pds.validate.report
 class FullReport
          This class represents a full report for the Vtool command line.
 class JSONReport
          This class represents a full report in JSON format.
 class XmlReport
           
 



Copyright © 2010-2013 Planetary Data System. All Rights Reserved.