- Direct Known Subclasses:
CitationValidator
,ExtentValidator
,MaintenanceValidator
,MetadataBaseValidator
,QualityValidator
Base class for validators of
org.opengis.metadata
package and sub-packages.
This class is provided for users wanting to override the validation methods. When the default
behavior is sufficient, the Validators
static methods provide a more
convenient way to validate various kinds of objects.
- Since:
- 2.2
-
Field Summary
Fields inherited from class org.opengis.test.Validator
container, DEFAULT_TOLERANCE, enforceForbiddenAttributes, logger, requireMandatoryAttributes
-
Constructor Summary
ModifierConstructorDescriptionprotected
MetadataValidator
(ValidatorContainer container, String packageName) Creates a new validator instance. -
Method Summary
-
Constructor Details
-
MetadataValidator
Creates a new validator instance.- Parameters:
container
- the set of validators to use for validating other kinds of objects (see field javadoc).packageName
- the name of the package containing the classes to be validated.
-