Package | Description |
---|---|
gov.nasa.pds.vtool.report | |
gov.nasa.pds.vtool.status |
This package allows VTool to determine an exit value to give back to the user.
|
Modifier and Type | Method and Description |
---|---|
Status |
Report.record(URI sourceUri,
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(URI sourceUri,
Exception exception) |
Modifier and Type | Method and Description |
---|---|
protected void |
XmlReport.printRecordMessages(PrintWriter writer,
Status status,
URI sourceUri,
List<gov.nasa.pds.tools.LabelParserException> problems) |
protected void |
SummaryReport.printRecordMessages(PrintWriter writer,
Status status,
URI sourceUri,
List<gov.nasa.pds.tools.LabelParserException> problems) |
protected abstract void |
Report.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.
|
protected void |
MinimalReport.printRecordMessages(PrintWriter writer,
Status status,
URI sourceUri,
List<gov.nasa.pds.tools.LabelParserException> problems) |
protected void |
JSONReport.printRecordMessages(PrintWriter writer,
Status status,
URI sourceUri,
List<gov.nasa.pds.tools.LabelParserException> problems) |
protected void |
FullReport.printRecordMessages(PrintWriter writer,
Status status,
URI sourceUri,
List<gov.nasa.pds.tools.LabelParserException> problems) |
Modifier and Type | Method and Description |
---|---|
static Status |
Status.valueOf(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 © 2005–2017 Planetary Data System. All rights reserved.