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

Packages that use Report
gov.nasa.pds.vtool This package provides the main class for executing the Validation Tool. 
gov.nasa.pds.vtool.report   
gov.nasa.pds.vtool.status This package allows VTool to determine an exit value to give back to the user. 
 

Uses of Report in gov.nasa.pds.vtool
 

Methods in gov.nasa.pds.vtool that return Report
 Report VTool.getReport()
           
 

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

Subclasses of Report in gov.nasa.pds.vtool.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 MinimalReport
          This class represents a minimal report that simply summarizes the quantity, based on type (i.e.
 class SummaryReport
           
 class XmlReport
           
 

Uses of Report in gov.nasa.pds.vtool.status
 

Methods in gov.nasa.pds.vtool.status with parameters of type Report
 void ExitStatus.setStatus(Report report)
          Set the status
 



Copyright © 2005-2014 Planetary Data System. All Rights Reserved.