Uses of Class
gov.nasa.pds.tools.label.LocationValidator
Packages that use LocationValidator
Package
Description
Implementations of rules for checking compliance to data standards.
-
Uses of LocationValidator in gov.nasa.pds.tools.validate.rule
Methods in gov.nasa.pds.tools.validate.rule that return LocationValidatorModifier and TypeMethodDescriptionRuleContext.getRootValidator()Gets the top-level validator for getting singleton utilities, such as the label validator.Methods in gov.nasa.pds.tools.validate.rule with parameters of type LocationValidatorModifier and TypeMethodDescriptionvoidRuleContext.setRootValidator(LocationValidator validator) Sets the top-level validator. -
Uses of LocationValidator in gov.nasa.pds.validate
Methods in gov.nasa.pds.validate that return LocationValidatorModifier and TypeMethodDescriptionValidatorFactory.newInstance(ExceptionType logLevel) Returns a Validator object.