public class NewStandardValuesReport extends Report
configurations, parameters
Constructor and Description |
---|
NewStandardValuesReport() |
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)
Allows a Report to customize the header portion of the Report if necessary.
|
protected void |
printRecordMessages(java.io.PrintWriter writer,
Status status,
java.util.List<java.lang.String> sourceUris,
java.util.List<gov.nasa.pds.tools.LabelParserException> problems) |
protected void |
printRecordMessages(java.io.PrintWriter writer,
Status status,
java.net.URI sourceUri,
java.util.List<gov.nasa.pds.tools.LabelParserException> problems)
Allows a report to customize how it handles reporting on a particular
label.
|
void |
printStandardValue(java.lang.String identifier,
java.lang.String value) |
addConfiguration, addParameter, filterProblems, getLevel, getNumFailed, getNumPassed, getNumSkipped, getOutput, getTotalErrors, getTotalInfos, getTotalWarnings, hasErrors, hasWarnings, printFooter, printHeader, printRecordSkip, printRecordSkip, record, record, record, recordSkip, recordSkip, setLevel, setOutput, setOutput, setOutput
protected void printHeader(java.io.PrintWriter writer)
Report
printHeader
in class Report
writer
- passed down to write header contents topublic void printStandardValue(java.lang.String identifier, java.lang.String value)
protected void printRecordMessages(java.io.PrintWriter writer, Status status, java.net.URI sourceUri, java.util.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 sourceprotected void printFooter(java.io.PrintWriter writer)
Report
printFooter
in class Report
writer
- passed on to writer customized footer contentsprotected void printRecordMessages(java.io.PrintWriter writer, Status status, java.util.List<java.lang.String> sourceUris, java.util.List<gov.nasa.pds.tools.LabelParserException> problems)
printRecordMessages
in class Report
Copyright © 2010-2019 Planetary Data System. All Rights Reserved.