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
 void validate(String value)
           
 

Method Detail

validate

void validate(String value)
              throws IllegalArgumentException
Throws:
IllegalArgumentException


Copyright © 1996-2014 Geotools. All Rights Reserved.