Uses of Class
gov.nasa.pds.validate.report.Report
-
Packages that use Report Package Description gov.nasa.pds.tools.label gov.nasa.pds.tools.util gov.nasa.pds.tools.validate Implementations of general-purpose classes for the validation application.gov.nasa.pds.validate gov.nasa.pds.validate.report -
-
Uses of Report in gov.nasa.pds.tools.label
Methods in gov.nasa.pds.tools.label with parameters of type Report Modifier and Type Method Description void
LocationValidator. setReport(Report 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.tools.validate
Methods in gov.nasa.pds.tools.validate with parameters of type Report Modifier and Type Method Description static void
BundleManager. setReport(Report report)
Set the report object. -
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
-