Package com.cafesoft.core.data

Interface Summary
Validator Validator defines an interface for validating an Object.
ValidatorMap ValidatorMap defines an interface for objects that map a key to a Validator used to validate values assigned to the key.
ValidatorMapFactory ValidatorMapFactory defines an interface for objects that create ValidatorMap instances.
 

Class Summary
PropertiesValidatorMapFactory PropertiesValidatorMapFactory implements a ValidatorMapFactory the creates a ValidatorMap with Validator instances based on values provided in a java.util.Properties object.
RegexStringValidator RegexStringValidator implements a StringValidator using a compiled regular expression.
StandardValidatorMap StandardValidatorMap implements a ValidatorMap, which associates a key with a Validator instance suitable for validating a value assigned to the specified key.
 

Exception Summary
ValidationException ValidationException is thrown to indicate that a data validatiaon exception has occurred.
ValidatorConfigException ValidatorConfigException is thrown to indicate misconfiguration of a Validator implementation.
 



Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.