|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hivemind.methodmatch.MethodFilter
org.apache.hivemind.methodmatch.NameSuffixFilter
public class NameSuffixFilter
Used to match a method name against a suffix.
| Constructor Summary | |
|---|---|
NameSuffixFilter(java.lang.String nameSuffix)
|
|
| Method Summary | |
|---|---|
boolean |
matchMethod(MethodSignature sig)
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 NameSuffixFilter(java.lang.String nameSuffix)
| Method Detail |
|---|
public boolean matchMethod(MethodSignature sig)
MethodFilter
matchMethod in class MethodFilter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||