Interface PropertiesValidator

All Superinterfaces:
Validator

@ProviderType public interface PropertiesValidator extends Validator
Validator interface for package properties.
  • Method Summary

    Modifier and Type
    Method
    Description
    validate(@NotNull PackageProperties properties)
    Called once for each each META-INF/vault/properties.xml being found.

    Methods inherited from interface org.apache.jackrabbit.vault.validation.spi.Validator

    done
  • Method Details

    • validate

      @Nullable @Nullable Collection<ValidationMessage> validate(@NotNull @NotNull PackageProperties properties)
      Called once for each each META-INF/vault/properties.xml being found.
      Parameters:
      properties - the deserialized properties.xml
      Returns:
      validation messages or null