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.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentProblem
An object representation of problems relating to data content validation.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ValidationProblem> |
ProblemContainer.getProblems()
Gets the problems encountered.
|
java.util.Collection<ValidationProblem> |
TargetWithErrors.getProblems() |
java.util.Collection<ValidationProblem> |
ProblemContainer.getProblemsForLocation(java.lang.String location,
boolean includeChildren) |
java.util.Collection<ValidationProblem> |
ProblemListener.getProblemsForLocation(java.lang.String location,
boolean includeChildren)
Gets a collection of problems for a given location.
|
java.util.Collection<ValidationProblem> |
ListenerExceptionPropagator.getProblemsForLocation(java.lang.String location,
boolean includeChildren) |
Modifier and Type | Method and Description |
---|---|
void |
ProblemContainer.addProblem(ValidationProblem problem) |
void |
ListenerExceptionPropagator.addProblem(ValidationProblem problem) |
void |
ProblemHandler.addProblem(ValidationProblem problem)
Indicates another problem during the validation.
|
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 |
---|---|
void |
ProblemProcessor.addProblem(ValidationProblem problem)
Add a problem.
|
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.