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 forRegexPropertyproperties.- Author:
- Manuele Simi (ISTI CNR)
-
-
Constructor Summary
Constructors Constructor Description RegexValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Validationvalidate(RegexProperty property)Applies this validation to the given property.
-
-
-
Method Detail
-
validate
public Validation validate(RegexProperty property)
Description copied from interface:PropertyValidatorApplies this validation to the given property.- Specified by:
validatein interfacePropertyValidator<RegexProperty>- Returns:
- the validation result
-
-