-
Methods in gov.nasa.pds.validate.report with parameters of type Status
Modifier and Type |
Method |
Description |
protected void |
FullReport.printRecordMessages(PrintWriter writer,
Status status,
URI sourceUri,
List<ValidationProblem> problems) |
|
protected void |
JSONReport.printRecordMessages(PrintWriter writer,
Status status,
URI sourceUri,
List<ValidationProblem> problems) |
|
protected abstract void |
Report.printRecordMessages(PrintWriter writer,
Status status,
URI sourceUri,
List<ValidationProblem> problems) |
Allows a report to customize how it handles reporting on a particular
label.
|
protected void |
XmlReport.printRecordMessages(PrintWriter writer,
Status status,
URI sourceUri,
List<ValidationProblem> problems) |
|
-
Methods in gov.nasa.pds.validate.status that return Status
Modifier and Type |
Method |
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.
|