@Version("1.9.0")
Package org.apache.jackrabbit.vault.validation.spi
The FileVault validation framework SPI. Provides classes/interfaces to implement validators on FileVault packages.
-
Interface Summary Interface Description DocumentViewXmlValidator Validator interface for (enhanced) Document View XML files within content packages.FilterValidator Validator interface for package filters.GenericJcrDataValidator Low-level validator interface for all files below jcr_root.GenericMetaInfDataValidator Low-level validator interface for all files below META-INF (includingvault/filter.xml
andvault/properties.xml
).JcrPathValidator Validator interface for validating file paths for files and folders belowjcr_root
.MetaInfPathValidator Validator interface for validating file paths for files and folders below META-INF.NodeContext Meta information about a node: JCR path file system path of the file which defined the node optionally line and column in the the file which defined the nodeNodePathValidator Validator interface for validating node paths.OsgiConfigurationValidator Validator interface for OSGi configurations in any of the serialization formats supported by Sling Configuration Installer Factory.PropertiesValidator Validator interface for package properties.ValidationContext The validation context encapsulates information about the package for which the validation is triggered.Validator Base interface for all validators.ValidatorFactory EachValidator
is created via the according factory.ValidatorSettings Settings relevant for oneValidatorFactory
. -
Class Summary Class Description ValidationMessage Class encapsulating the actual message together with aValidationMessageSeverity
. -
Enum Summary Enum Description ValidationMessageSeverity The severity of aValidationMessage
.