|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hivemind.methodmatch.MethodFilter
Used by a MethodMatcher
to see if
a Method
matches a particular (set of) requirements.
Constructor Summary | |
MethodFilter()
|
Method Summary | |
abstract boolean |
matchMethod(MethodSignature signature)
Analyzes the method (its name, its parameters, etc.) and returns true if the method matches the filter defined by a subclass. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MethodFilter()
Method Detail |
public abstract boolean matchMethod(MethodSignature signature)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |