Package | Description |
---|---|
gov.nasa.pds.tools.util | |
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 | Method and Description |
---|---|
static ProblemListener |
ReferentialIntegrityUtil.getListener()
Get the ProblemListener of the target of the check.
|
ProblemListener |
TableCharacterUtil.getListener() |
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.setListener(ProblemListener problemListener)
Set the ProblemListener of the target of the check.
|
Constructor and Description |
---|
TableCharacterUtil(URL target,
ProblemListener listener)
Creates a new instance.
|
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,
URL label,
URL dataFile,
int arrayIndex)
Constructor.
|
Constructor and Description |
---|
FieldValueValidator(ProblemListener listener,
RuleContext context)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ProblemListener |
FileAreaExtractor.findAndFlagBadFilenames(URL target,
ProblemListener listener) |
protected ProblemListener |
FileAreaExtractor.getListener() |
protected ProblemListener |
AbstractValidationRule.getListener()
Gets the problem listener for this validation rule.
|
ProblemListener |
RuleContext.getProblemListener() |
Modifier and Type | Method and Description |
---|---|
ProblemListener |
FileAreaExtractor.findAndFlagBadFilenames(URL target,
ProblemListener listener) |
void |
RuleContext.setProblemListener(ProblemListener listener) |
Constructor and Description |
---|
ArrayValidator(RuleContext context,
ProblemListener listener) |
ArrayValidator(RuleContext context,
ProblemListener listener,
Object dataObject) |
ExceptionProcessor(ProblemListener listener,
URL target) |
ProblemProcessor(ProblemListener listener,
URL target)
Constructor.
|
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.
|
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 © 2023 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved.