Uses of Class
gov.nasa.pds.tools.validate.rule.ValidationRuleManager
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 ValidationRuleManager in gov.nasa.pds.tools.validate.rule
Methods in gov.nasa.pds.tools.validate.rule that return ValidationRuleManager Modifier and Type Method Description ValidationRuleManager
RuleContext. getRuleManager()
Gets the rule manager used to find other rules to apply.Methods in gov.nasa.pds.tools.validate.rule with parameters of type ValidationRuleManager Modifier and Type Method Description void
RuleContext. setRuleManager(ValidationRuleManager ruleManager)
Sets the rule manager to use for finding new rules. -
Uses of ValidationRuleManager in gov.nasa.pds.tools.validate.task
Methods in gov.nasa.pds.tools.validate.task with parameters of type ValidationRuleManager Modifier and Type Method Description void
ValidationTask. setRuleManager(ValidationRuleManager ruleManager)
Sets the validation rule manager to use for finding validation rules.