Package | Description |
---|---|
gov.nasa.pds.citool.report | |
gov.nasa.pds.citool.status |
Modifier and Type | Method and Description |
---|---|
Status |
Report.record(java.io.File source,
java.util.List<gov.nasa.pds.tools.LabelParserException> problems) |
Status |
Report.record(java.util.List<java.lang.String> sourceUris,
java.util.List<gov.nasa.pds.tools.LabelParserException> problems)
Allows a report to change how they manage reporting on a given file that
has been parsed and validated.
|
Status |
Report.record(java.net.URI sourceUri,
java.util.List<gov.nasa.pds.tools.LabelParserException> problems)
Allows a report to change how they manage reporting on a given file that
has been parsed and validated.
|
Status |
Report.recordSkip(java.util.List<java.lang.String> sourceUris,
java.lang.Exception exception) |
Status |
Report.recordSkip(java.net.URI sourceUri,
java.lang.Exception exception) |
Modifier and Type | Method and Description |
---|---|
protected void |
IngestReport.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 |
ReferentialIntegrityReport.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 |
NewStandardValuesReport.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 |
ValidateReport.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 |
CompareReport.printRecordMessages(java.io.PrintWriter writer,
Status status,
java.util.List<java.lang.String> sourceUris,
java.util.List<gov.nasa.pds.tools.LabelParserException> problems) |
protected abstract void |
Report.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 |
IngestReport.printRecordMessages(java.io.PrintWriter writer,
Status status,
java.net.URI sourceUri,
java.util.List<gov.nasa.pds.tools.LabelParserException> problems) |
protected void |
ReferentialIntegrityReport.printRecordMessages(java.io.PrintWriter writer,
Status status,
java.net.URI sourceUri,
java.util.List<gov.nasa.pds.tools.LabelParserException> problems) |
protected void |
NewStandardValuesReport.printRecordMessages(java.io.PrintWriter writer,
Status status,
java.net.URI sourceUri,
java.util.List<gov.nasa.pds.tools.LabelParserException> problems) |
protected void |
ValidateReport.printRecordMessages(java.io.PrintWriter writer,
Status status,
java.net.URI sourceUri,
java.util.List<gov.nasa.pds.tools.LabelParserException> problems) |
protected void |
CompareReport.printRecordMessages(java.io.PrintWriter writer,
Status status,
java.net.URI sourceUri,
java.util.List<gov.nasa.pds.tools.LabelParserException> problems) |
protected abstract void |
Report.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.
|
Modifier and Type | Method and Description |
---|---|
static Status |
Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010-2019 Planetary Data System. All Rights Reserved.