Interface PropertiesValidator

  • All Superinterfaces:
    Validator

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

      • 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