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 voidLocationValidator. 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 voidLabelUtil. 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 voidAggregateManager. 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 ReportValidator. reportAn object representation of a report to capture the results of validation.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
-