Uses of Class
gov.nasa.pds.validate.status.Status
-
Packages that use Status Package Description 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 Modifier and Type Method Description Status
Report. record(URI sourceUri, ValidationProblem problem)
Allow single call that turns it into many.Status
Report. record(URI sourceUri, List<ValidationProblem> 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, ValidationProblem problem)
Methods in gov.nasa.pds.validate.report with parameters of type Status Modifier and Type Method Description protected void
FullReport. append(Status status, String target)
protected void
JSONReport. append(Status status, String target)
protected abstract void
Report. append(Status status, String target)
protected void
XmlReport. append(Status status, String target)
-
Uses of Status in gov.nasa.pds.validate.status
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.
-