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 void
LabelUtil. 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 Report
Validator. report
An 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 Report
ValidateLauncher. 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 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