Uses of Interface
gov.nasa.pds.tools.validate.ProblemListener
| 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.
|
-
Uses of ProblemListener in gov.nasa.pds.tools.validate
Classes in gov.nasa.pds.tools.validate that implement ProblemListener Modifier and Type Class Description classListenerExceptionPropagatorListener class intended to propagate the problems to a handler for further processing.classProblemContainerImplements a problem listener that accumulates problems in a list.Methods in gov.nasa.pds.tools.validate with parameters of type ProblemListener Modifier and Type Method Description voidValidationResourceManager. setProblemListener(ProblemListener listener)Constructors in gov.nasa.pds.tools.validate with parameters of type ProblemListener Constructor Description TargetWithErrors(ValidationTarget target, ProblemListener listener) -
Uses of ProblemListener in gov.nasa.pds.tools.validate.content.array
Constructors in gov.nasa.pds.tools.validate.content.array with parameters of type ProblemListener Constructor Description ArrayContentValidator(ProblemListener listener, URL label, URL dataFile, int arrayIndex)Constructor. -
Uses of ProblemListener in gov.nasa.pds.tools.validate.content.table
Constructors in gov.nasa.pds.tools.validate.content.table with parameters of type ProblemListener Constructor Description FieldValueValidator(ProblemListener listener)Constructor. -
Uses of ProblemListener in gov.nasa.pds.tools.validate.rule
Methods in gov.nasa.pds.tools.validate.rule that return ProblemListener Modifier and Type Method Description ProblemListenerFileAreaExtractor. findAndFlagBadFilenames(URL target, ProblemListener listener)protected ProblemListenerAbstractValidationRule. getListener()Gets the problem listener for this validation rule.protected ProblemListenerFileAreaExtractor. getListener()ProblemListenerRuleContext. getProblemListener()Methods in gov.nasa.pds.tools.validate.rule with parameters of type ProblemListener Modifier and Type Method Description ProblemListenerFileAreaExtractor. findAndFlagBadFilenames(URL target, ProblemListener listener)voidRuleContext. setProblemListener(ProblemListener listener) -
Uses of ProblemListener in gov.nasa.pds.tools.validate.rule.pds4
Constructors in gov.nasa.pds.tools.validate.rule.pds4 with parameters of type ProblemListener Constructor Description ExceptionProcessor(ProblemListener listener, URL target)ProblemProcessor(ProblemListener listener, URL target)Constructor. -
Uses of ProblemListener in gov.nasa.pds.tools.validate.task
Methods in gov.nasa.pds.tools.validate.task that return ProblemListener Modifier and Type Method Description ProblemListenerValidationTask. getProblemListener()Gets the problem listener for getting problems found.Constructors in gov.nasa.pds.tools.validate.task with parameters of type ProblemListener Constructor Description ValidationTask(ProblemListener problemListener, RuleContext context, TargetRegistrar targetRegistrar)Creates a new instance of the validation task.