public class CompareReport extends Report
configurations, parameters
Constructor and Description |
---|
CompareReport() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
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.
|
protected void |
printRecordSkip(java.io.PrintWriter writer,
java.net.URI sourceUri,
java.lang.Exception exception) |
addConfiguration, addParameter, filterProblems, getLevel, getNumFailed, getNumPassed, getNumSkipped, getOutput, getTotalErrors, getTotalInfos, getTotalWarnings, hasErrors, hasWarnings, printFooter, printHeader, 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 toprotected 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 printRecordSkip(java.io.PrintWriter writer, java.net.URI sourceUri, java.lang.Exception exception)
printRecordSkip
in class Report
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
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)
printRecordMessages
in class Report
Copyright © 2010-2019 Planetary Data System. All Rights Reserved.