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 |
Implementations of rules for checking compliance to data standards.
|
gov.nasa.pds.tools.validate.rule.pds4 |
Implementations of standards rules for the PDS4 data standard.
|
gov.nasa.pds.tools.validate.task |
Defines client-independent processing interfaces and
classes for background tasks.
|
Modifier and Type | Class and Description |
---|---|
class |
ListenerExceptionPropagator
Listener class intended to propagate the problems to a handler for
further processing.
|
class |
ProblemContainer
Implements a problem listener that accumulates problems in a list.
|
Modifier and Type | Method and Description |
---|---|
void |
ValidationResourceManager.setProblemListener(ProblemListener listener) |
Constructor and Description |
---|
TargetWithErrors(ValidationTarget target,
ProblemListener listener) |
Constructor and Description |
---|
ArrayContentValidator(ProblemListener listener,
java.net.URL label,
java.net.URL dataFile,
int arrayIndex)
Constructor.
|
Constructor and Description |
---|
FieldValueValidator(ProblemListener listener)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected ProblemListener |
AbstractValidationRule.getListener()
Gets the problem listener for this validation rule.
|
ProblemListener |
RuleContext.getProblemListener() |
Modifier and Type | Method and Description |
---|---|
void |
RuleContext.setProblemListener(ProblemListener listener) |
Constructor and Description |
---|
ExceptionProcessor(ProblemListener listener,
java.net.URL target) |
ProblemProcessor(ProblemListener listener,
java.net.URL target)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ProblemListener |
ValidationTask.getProblemListener()
Gets the problem listener for getting problems found.
|
Constructor and Description |
---|
ValidationTask(ProblemListener problemListener,
RuleContext context,
TargetRegistrar targetRegistrar)
Creates a new instance of the validation task.
|
Copyright © 2010-2019 Planetary Data System. All Rights Reserved.