Class RegexProperty.RegexValidator
java.lang.Object
org.gcube.resourcemanagement.model.reference.properties.RegexProperty.RegexValidator
- All Implemented Interfaces:
PropertyValidator<RegexProperty>
- Enclosing interface:
- RegexProperty
public static class RegexProperty.RegexValidator
extends Object
implements PropertyValidator<RegexProperty>
Validator for
RegexProperty properties.- Author:
- Manuele Simi (ISTI CNR)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvalidate(RegexProperty property) Applies this validation to the given property.
-
Constructor Details
-
RegexValidator
public RegexValidator()
-
-
Method Details
-
validate
Description copied from interface:PropertyValidatorApplies this validation to the given property.- Specified by:
validatein interfacePropertyValidator<RegexProperty>- Returns:
- the validation result
-