public class FullReport extends Report
configurations, integrityCheckFlag, messageSummary, numProducts, parameters, totalIntegrityChecks, totalProducts, writer
Constructor and Description |
---|
FullReport() |
Modifier and Type | Method and Description |
---|---|
protected void |
printFooter(PrintWriter writer)
Allows customization of the footer section of the report
|
protected void |
printHeader(PrintWriter writer,
String title)
Allows a Report to customize the header portion of the Report if necessary.
|
protected void |
printRecordMessages(PrintWriter writer,
Status status,
URI sourceUri,
List<ValidationProblem> problems)
Allows a report to customize how it handles reporting on a particular label.
|
protected void |
printRecordSkip(PrintWriter writer,
URI sourceUri,
ValidationProblem problem) |
addConfiguration, addParameter, enableDeprecatedFlagWarning, getLevel, getNumFailed, getNumPassed, getNumSkipped, getTotalErrors, getTotalInfos, getTotalIntegrityChecks, getTotalProducts, getTotalWarnings, getType, hasErrors, hasWarnings, printFooter, printHeader, printHeader, record, record, recordSkip, setLevel, setOutput, setOutput, setOutput, sortMessageSummary
protected void printHeader(PrintWriter writer, String title)
Report
printHeader
in class Report
writer
- passed down to write header contents toprotected void printRecordMessages(PrintWriter writer, Status status, URI sourceUri, List<ValidationProblem> problems)
Report
printRecordMessages
in class Report
writer
- passed on to write customized messages tosourceUri
- reference to the file that is being reported onproblems
- which to report on for this sourceprotected void printFooter(PrintWriter writer)
Report
printFooter
in class Report
writer
- passed on to writer customized footer contentsprotected void printRecordSkip(PrintWriter writer, URI sourceUri, ValidationProblem problem)
printRecordSkip
in class Report
Copyright © 2023 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved.