Uses of Class
gov.nasa.pds.tools.validate.rule.RuleContext
-
Packages that use RuleContext Package Description gov.nasa.pds.tools.util 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 RuleContext in gov.nasa.pds.tools.util
Methods in gov.nasa.pds.tools.util that return RuleContext Modifier and Type Method Description static RuleContext
ReferentialIntegrityUtil. getContext()
Get the RuleContext of the target of the check.Methods in gov.nasa.pds.tools.util with parameters of type RuleContext 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. setContext(RuleContext ruleContext)
Get the RuleContext of the target of the check. -
Uses of RuleContext in gov.nasa.pds.tools.validate.content.table
Constructors in gov.nasa.pds.tools.validate.content.table with parameters of type RuleContext Constructor Description FieldValueValidator(ProblemListener listener, RuleContext context)
Constructor. -
Uses of RuleContext in gov.nasa.pds.tools.validate.rule
Methods in gov.nasa.pds.tools.validate.rule that return RuleContext Modifier and Type Method 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. -
Uses of RuleContext in gov.nasa.pds.tools.validate.rule.pds4
Constructors in gov.nasa.pds.tools.validate.rule.pds4 with parameters of type RuleContext Constructor Description ArrayValidator(RuleContext context, ProblemListener listener)
ArrayValidator(RuleContext context, ProblemListener listener, Object dataObject)
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 RuleContext in gov.nasa.pds.tools.validate.task
Constructors in gov.nasa.pds.tools.validate.task with parameters of type RuleContext Constructor Description ValidationTask(ProblemListener problemListener, RuleContext context, TargetRegistrar targetRegistrar)
Creates a new instance of the validation task.
-