| Package | Description |
|---|---|
| gov.nasa.pds.tools.util | |
| 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 | Method and Description |
|---|---|
static RuleContext |
ReferentialIntegrityUtil.getContext()
Get the RuleContext of the target of the check.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ReferentialIntegrityUtil.initialize(String referenceType,
URL target,
ProblemListener problemListener,
RuleContext ruleContext)
Initialize this class to ready for doing referential checks.
|
static void |
ReferentialIntegrityUtil.setContext(RuleContext ruleContext)
Get the RuleContext of the target of the check.
|
| Constructor and Description |
|---|
FieldValueValidator(ProblemListener listener,
RuleContext context)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected RuleContext |
AbstractValidationRule.getChildContext(URL child)
Gets a rule context for validating a file or directory inside the current target.
|
protected RuleContext |
AbstractValidationRule.getContext()
Gets the rule context.
|
| Constructor and Description |
|---|
ArrayValidator(RuleContext context,
ProblemListener listener) |
ArrayValidator(RuleContext context,
ProblemListener listener,
Object dataObject) |
TableFieldDefinitionRule(RuleContext context,
ProblemListener listener)
Creates a new instance.
|
TableValidator(RuleContext context,
ProblemListener listener)
Creates a new instance.
|
TableValidator(RuleContext context,
ProblemListener listener,
Object dataObject)
Creates a new instance.
|
| Constructor and Description |
|---|
ValidationTask(ProblemListener problemListener,
RuleContext context,
TargetRegistrar targetRegistrar)
Creates a new instance of the validation task.
|
Copyright © 2022 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved.