gov.nasa.pds.citool.report
Class NewStandardValuesReport
java.lang.Object
gov.nasa.pds.citool.report.Report
gov.nasa.pds.citool.report.NewStandardValuesReport
public class NewStandardValuesReport
- extends Report
Methods inherited from class gov.nasa.pds.citool.report.Report |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NewStandardValuesReport
public NewStandardValuesReport()
printHeader
protected void printHeader(PrintWriter writer)
- Description copied from class:
Report
- Allows a Report to customize the header portion of the Report if necessary.
- Specified by:
printHeader
in class Report
- Parameters:
writer
- passed down to write header contents to
printStandardValue
public void printStandardValue(String identifier,
String value)
printRecordMessages
protected void printRecordMessages(PrintWriter writer,
Status status,
URI sourceUri,
List<gov.nasa.pds.tools.LabelParserException> problems)
- Description copied from class:
Report
- Allows a report to customize how it handles reporting on a particular
label.
- Specified by:
printRecordMessages
in class Report
- Parameters:
writer
- passed on to write customized messages tosourceUri
- reference to the file that is being reported onproblems
- which to report on for this source
printFooter
protected void printFooter(PrintWriter writer)
- Description copied from class:
Report
- Allows customization of the footer section of the report
- Specified by:
printFooter
in class Report
- Parameters:
writer
- passed on to writer customized footer contents
printRecordMessages
protected void printRecordMessages(PrintWriter writer,
Status status,
List<String> sourceUris,
List<gov.nasa.pds.tools.LabelParserException> problems)
- Specified by:
printRecordMessages
in class Report
Copyright © 2010–2014 Planetary Data System. All rights reserved.