public class XmlReport extends Report
configurations, integrityCheckFlag, messageSummary, numProducts, parameters, totalIntegrityChecks, totalProducts, writer
Constructor and Description |
---|
XmlReport() |
Modifier and Type | Method and Description |
---|---|
void |
printFooter()
Prints out the footer or the report and calls the customized footer section.
|
protected void |
printFooter(PrintWriter writer)
Allows customization of the footer section of the report
|
void |
printHeader()
This method will display the default header for the Vtool command line library reports.
|
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, printHeader, record, record, recordSkip, setLevel, setOutput, setOutput, setOutput, sortMessageSummary
public void printHeader()
Report
printHeader
in class Report
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 printRecordSkip(PrintWriter writer, URI sourceUri, ValidationProblem problem)
printRecordSkip
in class Report
protected void printFooter(PrintWriter writer)
Report
printFooter
in class Report
writer
- passed on to writer customized footer contentspublic void printFooter()
Report
printFooter
in class Report
Copyright © 2022 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved.