com.cafesoft.cams.access
Interface ResourcePatternValidationRule
public interface ResourcePatternValidationRule
ResourcePatternValidationRule defines an interface for an object that
is used to validate a ResourcePattern as a whole. We have
FieldValidationRules to validate individual fields. However, we must
have a way to validate a ResourcePattern that is composed of several
FieldInfo objects. This object provides that way.
- Since:
- 8/13/03
- See Also:
ResourcePattern
validate
void validate(ResourcePattern pattern)
throws InvalidResourcePatternException
- Assert validity of a ResourcePattern.
- Throws:
InvalidResourcePatternException - if the ResourcePattern
is invalid.
Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.