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 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 ProblemListenerReferentialIntegrityUtil. getListener()Get the ProblemListener of the target of the check.ProblemListenerTableCharacterUtil. getListener()Methods in gov.nasa.pds.tools.util with parameters of type ProblemListener Modifier and Type Method Description static voidReferentialIntegrityUtil. initialize(String referenceType, URL target, ProblemListener problemListener, RuleContext ruleContext)Initialize this class to ready for doing referential checks.static voidReferentialIntegrityUtil. 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 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
Constructors in gov.nasa.pds.tools.validate.content with parameters of type ProblemListener Constructor Description AudioVideo(ProblemListener listener, ValidationTarget target, URL urlRef) -
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, String arrayID)Constructor. -
Uses of ProblemListener in gov.nasa.pds.tools.validate.content.table
Methods in gov.nasa.pds.tools.validate.content.table with parameters of type ProblemListener Modifier and Type Method Description static voidInventoryTableValidator. uniqueBundleRefs(ProblemListener listener, URL aggregate)static voidInventoryTableValidator. uniqueCollectionRefs(ProblemListener listener, URL aggregate)Constructors in gov.nasa.pds.tools.validate.content.table with parameters of type ProblemListener Constructor Description FieldValueValidator(ProblemListener listener, RuleContext context, String parentName)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 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 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.
-