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.xmlbeing found.
-
-
-
Method Detail
-
validate
@Nullable @Nullable Collection<ValidationMessage> validate(@NotNull @NotNull PackageProperties properties)
Called once for each eachMETA-INF/vault/properties.xmlbeing found.- Parameters:
properties- the deserialized properties.xml- Returns:
- validation messages or
null
-
-