Package org.geotools.jdbc
Interface VirtualTableParameter.Validator
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
RegexpValidator
- Enclosing class:
- VirtualTableParameter
public static interface VirtualTableParameter.Validator extends Serializable
Interface to be implemented by parameter value validators- Author:
- aaime
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
validate(String value)
-
-
-
Method Detail
-
validate
void validate(String value) throws IllegalArgumentException
- Throws:
IllegalArgumentException
-
-