public class FullReport extends Report
configurations, messageSummary, parameters, writer
Constructor and Description |
---|
FullReport() |
Modifier and Type | Method and Description |
---|---|
protected void |
printFooter(java.io.PrintWriter writer)
Allows customization of the footer section of the report
|
protected void |
printHeader(java.io.PrintWriter writer,
java.lang.String title)
Allows a Report to customize the header portion of the Report if necessary.
|
protected void |
printRecordMessages(java.io.PrintWriter writer,
Status status,
java.net.URI sourceUri,
java.util.List<gov.nasa.pds.tools.validate.ValidationProblem> problems)
Allows a report to customize how it handles reporting on a particular
label.
|
protected void |
printRecordSkip(java.io.PrintWriter writer,
java.net.URI sourceUri,
gov.nasa.pds.tools.validate.ValidationProblem problem) |
addConfiguration, addParameter, getLevel, getNumFailed, getNumPassed, getNumSkipped, getTotalErrors, getTotalInfos, getTotalWarnings, getType, hasErrors, hasWarnings, printFooter, printHeader, printHeader, record, record, recordSkip, setLevel, setOutput, setOutput, setOutput, sortMessageSummary
protected void printHeader(java.io.PrintWriter writer, java.lang.String title)
Report
printHeader
in class Report
writer
- passed down to write header contents toprotected void printRecordMessages(java.io.PrintWriter writer, Status status, java.net.URI sourceUri, java.util.List<gov.nasa.pds.tools.validate.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(java.io.PrintWriter writer)
Report
printFooter
in class Report
writer
- passed on to writer customized footer contentsprotected void printRecordSkip(java.io.PrintWriter writer, java.net.URI sourceUri, gov.nasa.pds.tools.validate.ValidationProblem problem)
printRecordSkip
in class Report
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.