Interface PropertiesValidator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable Collection<ValidationMessage>
validate(@NotNull PackageProperties properties)
Called once for each eachMETA-INF/vault/properties.xml
being found.
-
-
-
Method Detail
-
validate
@Nullable @Nullable Collection<ValidationMessage> validate(@NotNull @NotNull PackageProperties properties)
Called once for each eachMETA-INF/vault/properties.xml
being found.- Parameters:
properties
- the deserialized properties.xml- Returns:
- validation messages or
null
-
-