Package | Description |
---|---|
gov.nasa.pds.tools.validate |
Implementations of general-purpose classes for the validation application.
|
gov.nasa.pds.tools.validate.content.array | |
gov.nasa.pds.tools.validate.content.table | |
gov.nasa.pds.tools.validate.rule.pds4 |
Implementations of standards rules for the PDS4 data standard.
|
gov.nasa.pds.validate.report |
Modifier and Type | Class and Description |
---|---|
class |
ContentProblem
An object representation of problems relating to data content validation.
|
Modifier and Type | Method and Description |
---|---|
Collection<ValidationProblem> |
TargetWithErrors.getProblems() |
List<ValidationProblem> |
ProblemContainer.getProblems()
Gets the problems encountered.
|
Collection<ValidationProblem> |
ProblemContainer.getProblemsForLocation(String location,
boolean includeChildren) |
Collection<ValidationProblem> |
ProblemListener.getProblemsForLocation(String location,
boolean includeChildren)
Gets a collection of problems for a given location.
|
Collection<ValidationProblem> |
ListenerExceptionPropagator.getProblemsForLocation(String location,
boolean includeChildren) |
Modifier and Type | Method and Description |
---|---|
void |
ProblemHandler.addProblem(ValidationProblem problem)
Indicates another problem during the validation.
|
void |
ProblemContainer.addProblem(ValidationProblem problem) |
void |
ListenerExceptionPropagator.addProblem(ValidationProblem problem) |
Modifier and Type | Class and Description |
---|---|
class |
ArrayContentProblem
Class that stores problems related to Array data objects.
|
Modifier and Type | Class and Description |
---|---|
class |
TableContentProblem
Class that stores information about an error that has occurred during table content validation.
|
Modifier and Type | Method and Description |
---|---|
List<ValidationProblem> |
FileAndDirectoryNamingChecker.checkFileAndDirectoryNamingWithChecker(List<Target> list) |
Modifier and Type | Method and Description |
---|---|
void |
ProblemProcessor.addProblem(ValidationProblem problem)
Add a problem.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XmlReport.printRecordSkip(PrintWriter writer,
URI sourceUri,
ValidationProblem problem) |
protected void |
FullReport.printRecordSkip(PrintWriter writer,
URI sourceUri,
ValidationProblem problem) |
protected void |
Report.printRecordSkip(PrintWriter writer,
URI sourceUri,
ValidationProblem problem) |
protected void |
JSONReport.printRecordSkip(PrintWriter writer,
URI sourceUri,
ValidationProblem problem) |
Status |
Report.record(URI sourceUri,
ValidationProblem problem) |
Status |
Report.recordSkip(URI sourceUri,
ValidationProblem problem) |
Modifier and Type | Method and Description |
---|---|
protected void |
XmlReport.printRecordMessages(PrintWriter writer,
Status status,
URI sourceUri,
List<ValidationProblem> problems) |
protected void |
FullReport.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 |
JSONReport.printRecordMessages(PrintWriter writer,
Status status,
URI sourceUri,
List<ValidationProblem> problems) |
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.
|
Copyright © 2022 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved.