Interface PropertiesValidator
- All Superinterfaces:
Validator
Validator interface for package properties.
-
Method Summary
Modifier and TypeMethodDescription@Nullable Collection<ValidationMessage>validate(@NotNull PackageProperties properties) Called once for each eachMETA-INF/vault/properties.xmlbeing found.
-
Method Details
-
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
-