|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.annotation.wordfreak.MethodAnnotationFilter
Field Summary |
Fields inherited from interface org.annotation.wordfreak.AnnotationFilter |
CONFIDENCE, EQ, EXACT, GT, LT, MORPH, NE, REGEX, TEXT, TYPE |
Constructor Summary | |
MethodAnnotationFilter(java.lang.reflect.Method m,
java.lang.Object o)
|
Method Summary | |
void |
addAnnotationFilterListener(AnnotationFilterListener afl)
Adds the specified listener to the list of listeners which are notified of changed to this filter. |
boolean |
match(Annotation a)
Return true if the specified annotation matches this filter. |
void |
removeAnnotationFilterListener(AnnotationFilterListener afl)
Removes the specified listener from the list of listeners which are notified of changed to this filter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MethodAnnotationFilter(java.lang.reflect.Method m, java.lang.Object o)
Method Detail |
public void addAnnotationFilterListener(AnnotationFilterListener afl)
AnnotationFilter
addAnnotationFilterListener
in interface AnnotationFilter
afl
- The object which will be notified.public void removeAnnotationFilterListener(AnnotationFilterListener afl)
AnnotationFilter
removeAnnotationFilterListener
in interface AnnotationFilter
afl
- The object which will no longer be notified.public boolean match(Annotation a)
AnnotationFilter
match
in interface AnnotationFilter
a
- The annotation to apply the filter to.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |