Uses of Interface
gov.nasa.pds.tools.validate.ProblemListener
-
Packages that use ProblemListener 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. -
-
Uses of ProblemListener in gov.nasa.pds.tools.util
Methods in gov.nasa.pds.tools.util that return ProblemListener Modifier and Type Method Description static ProblemListener
ReferentialIntegrityUtil. getListener()
Get the ProblemListener of the target of the check.ProblemListener
TableCharacterUtil. getListener()
Methods in gov.nasa.pds.tools.util with parameters of type ProblemListener Modifier and Type Method 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.Constructors in gov.nasa.pds.tools.util with parameters of type ProblemListener Constructor Description TableCharacterUtil(URL target, ProblemListener listener)
Creates a new instance. -
Uses of ProblemListener in gov.nasa.pds.tools.validate
Classes in gov.nasa.pds.tools.validate that implement ProblemListener Modifier and Type Class 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.Methods in gov.nasa.pds.tools.validate with parameters of type ProblemListener Modifier and Type Method Description void
ValidationResourceManager. 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, RuleContext context)
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 ProblemListener
FileAreaExtractor. findAndFlagBadFilenames(URL target, ProblemListener listener)
protected ProblemListener
AbstractValidationRule. getListener()
Gets the problem listener for this validation rule.protected ProblemListener
FileAreaExtractor. getListener()
ProblemListener
RuleContext. getProblemListener()
Methods in gov.nasa.pds.tools.validate.rule with parameters of type ProblemListener Modifier and Type Method Description ProblemListener
FileAreaExtractor. findAndFlagBadFilenames(URL target, ProblemListener listener)
void
RuleContext. 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 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. -
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 ProblemListener
ValidationTask. 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.
-