public class SummaryReport extends Report
configurations, parameters, writer
Constructor and Description |
---|
SummaryReport() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
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<gov.nasa.pds.tools.LabelParserException> problems)
Allows a report to customize how it handles reporting on a particular
label.
|
addConfiguration, addParameter, getLevel, getNumFailed, getNumPassed, getNumSkipped, getTotalErrors, getTotalInfos, getTotalWarnings, hasErrors, hasWarnings, printFooter, printHeader, printRecordSkip, record, recordSkip, setLevel, setOutput, setOutput, setOutput
protected void printFooter(PrintWriter writer)
Report
printFooter
in class Report
writer
- passed on to writer customized footer contentsprotected 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<gov.nasa.pds.tools.LabelParserException> 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 sourceCopyright © 2005–2017 Planetary Data System. All rights reserved.