Uses of Class
gov.nasa.pds.tools.validate.rule.RuleContext
| Package | Description |
|---|---|
| gov.nasa.pds.tools.validate.rule |
Implementations of rules for checking compliance to data standards.
|
| gov.nasa.pds.tools.validate.task |
Defines client-independent processing interfaces and
classes for background tasks.
|
-
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 RuleContextAbstractValidationRule. getChildContext(URL child)Gets a rule context for validating a file or directory inside the current target.protected RuleContextAbstractValidationRule. getContext()Gets the rule context. -
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.