|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Status | |
---|---|
gov.nasa.pds.validate.report | |
gov.nasa.pds.validate.status |
Uses of Status in gov.nasa.pds.validate.report |
---|
Methods in gov.nasa.pds.validate.report that return Status | |
---|---|
Status |
Report.record(URI sourceUri,
gov.nasa.pds.tools.label.LabelException problem)
|
Status |
Report.record(URI sourceUri,
List<gov.nasa.pds.tools.label.LabelException> problems)
Allows a report to change how they manage reporting on a given file that has been parsed and validated. |
Methods in gov.nasa.pds.validate.report with parameters of type Status | |
---|---|
protected abstract void |
Report.printRecordMessages(PrintWriter writer,
Status status,
URI sourceUri,
List<gov.nasa.pds.tools.label.LabelException> problems)
Allows a report to customize how it handles reporting on a particular label. |
protected void |
FullReport.printRecordMessages(PrintWriter writer,
Status status,
URI sourceUri,
List<gov.nasa.pds.tools.label.LabelException> problems)
|
Uses of Status in gov.nasa.pds.validate.status |
---|
Methods in gov.nasa.pds.validate.status that return Status | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |