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, setOutputprotected void printHeader(PrintWriter writer)
ReportprintHeader in class Reportwriter - passed down to write header contents toprotected void printRecordMessages(PrintWriter writer, Status status, URI sourceUri, List<LabelException> problems)
ReportprintRecordMessages in class Reportwriter - 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)
ReportprintFooter in class Reportwriter - passed on to writer customized footer contentsprotected void printRecordSkip(PrintWriter writer, URI sourceUri, Exception exception)
printRecordSkip in class ReportCopyright © 2010–2016 Planetary Data System. All rights reserved.