|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAnnotationConstraintValidator
AnnotationConstraintAptValidator
public class AnnotationConstraintAptValidator
This class is for validating control property values at build time
It calls AnnotationConstraintValidator
to do the validation.
Constructor Summary | |
---|---|
AnnotationConstraintAptValidator()
|
Method Summary | |
---|---|
static void |
validate(Declaration d)
This method ensures that any control property value assignment satisfies all property constraints. |
Methods inherited from class AnnotationConstraintValidator |
---|
parseDate, validate, validate, validateMembership |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnnotationConstraintAptValidator()
Method Detail |
---|
public static void validate(Declaration d) throws IllegalArgumentException
d
- a declaration which may contain a control property value
assignment
IllegalArgumentException
- when the declaration contains a control property value
assignment that does not satisfy a property constraint.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |