Uses of Class
gov.nasa.pds.validate.report.Report
| Package | Description |
|---|---|
| gov.nasa.pds.tools.util | |
| gov.nasa.pds.validate | |
| gov.nasa.pds.validate.report |
-
Uses of Report in gov.nasa.pds.tools.util
Methods in gov.nasa.pds.tools.util with parameters of type Report Modifier and Type Method Description static voidLabelUtil. setReport(Report report)Set the report to log status of labels or WARNING messages. -
Uses of Report in gov.nasa.pds.validate
Fields in gov.nasa.pds.validate declared as Report Modifier and Type Field Description protected ReportValidator. reportAn object representation of a report to capture the results of validation.Methods in gov.nasa.pds.validate that return Report Modifier and Type Method Description ReportValidateLauncher. getReport()Gets the object representation of the Validation Report.Constructors in gov.nasa.pds.validate with parameters of type Report Constructor Description Validator(String modelVersion, Report report)Constructor. -
Uses of Report in gov.nasa.pds.validate.report
Subclasses of Report in gov.nasa.pds.validate.report Modifier and Type Class Description classFullReportThis class represents a full report for the Vtool command line.classJSONReportThis class represents a full report in JSON format.classXmlReport