public class FullReport extends Report
configurations, parameters, 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)
Allows a Report to customize the header portion of the Report if necessary.
|
protected void |
printRecordMessages(PrintWriter writer,
Status status,
URI sourceUri,
List<LabelException> problems)
Allows a report to customize how it handles reporting on a particular
label.
|
protected void |
printRecordSkip(PrintWriter writer,
URI sourceUri,
Exception exception) |
addConfiguration, addParameter, getLevel, getNumFailed, getNumPassed, getNumSkipped, getTotalErrors, getTotalInfos, getTotalWarnings, hasErrors, hasWarnings, printFooter, printHeader, record, record, recordSkip, setLevel, setOutput, setOutput, setOutput
protected void printHeader(PrintWriter writer)
Report
printHeader
in class Report
writer
- passed down to write header contents toprotected void printRecordMessages(PrintWriter writer, Status status, URI sourceUri, List<LabelException> 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, Exception exception)
printRecordSkip
in class Report
Copyright © 2010–2016 Planetary Data System. All rights reserved.