Uses of Interface
org.apache.jackrabbit.vault.validation.spi.Validator
Packages that use Validator
Package
Description
The FileVault validation framework API.
The FileVault validation framework SPI.
-
Uses of Validator in org.apache.jackrabbit.vault.validation
Methods in org.apache.jackrabbit.vault.validation that return types with arguments of type ValidatorModifier and TypeMethodDescriptionValidationExecutor.getAllValidatorsById()Returns all bound validators by id.ValidationExecutor.getUnusedValidatorsById()Returns all unused validators by id.Constructor parameters in org.apache.jackrabbit.vault.validation with type arguments of type ValidatorModifierConstructorDescriptionValidationExecutor(@NotNull Map<@NotNull String, @NotNull Validator> validatorsById) Creates a new instance with the given validators. -
Uses of Validator in org.apache.jackrabbit.vault.validation.spi
Subinterfaces of Validator in org.apache.jackrabbit.vault.validation.spiModifier and TypeInterfaceDescriptioninterfaceValidator interface for (enhanced) Document View XML files within content packages.interfaceValidator interface for package filters.interfaceLow-level validator interface for all files below jcr_root.interfaceLow-level validator interface for all files below META-INF (includingvault/filter.xmlandvault/properties.xml).interfaceValidator interface for validating file paths for files and folders belowjcr_root.interfaceValidator interface for validating file paths for files and folders below META-INF.interfaceValidator interface for validating node paths.interfaceValidator interface for OSGi configurations in any of the serialization formats supported by Sling Configuration Installer Factory.interfaceValidator interface for package properties.Methods in org.apache.jackrabbit.vault.validation.spi that return ValidatorModifier and TypeMethodDescription@Nullable ValidatorValidatorFactory.createValidator(@NotNull ValidationContext context, @NotNull ValidatorSettings settings) Creates a new validator for the given context.