Package | Description |
---|---|
gov.nasa.pds.tools.util | |
gov.nasa.pds.tools.validate.rule |
Implementations of rules for checking compliance to data standards.
|
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.
|
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 |
---|
ValidationTask(ProblemListener problemListener,
RuleContext context,
TargetRegistrar targetRegistrar)
Creates a new instance of the validation task.
|
Copyright © 2021 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved.