Package | Description |
---|---|
gov.nasa.pds.tools.validate |
Implementations of general-purpose classes for the validation
application.
|
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 |
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) |
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,
File target) |
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–2016 Planetary Data System. All rights reserved.