|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A contract for a concrete class that identifies a particular method that is applicable to an aspect oriented joinpoint.
| Method Summary | |
java.lang.String |
getFinder()
Gets the match method filter string The format of the filter string will depend on the implementation class, you are advise to look at the documentation there for further information. |
boolean |
isMatched(java.lang.reflect.Method method)
Returns a flag if this finder matches the Java method |
void |
setFinder(java.lang.String matchString)
Sets the match method filter string The format of the filter string will depend on the implementation class, you are advise to look at the documentation there for further information. |
| Method Detail |
public java.lang.String getFinder()
The format of the filter string will depend on the implementation class, you are advise to look at the documentation there for further information.
public void setFinder(java.lang.String matchString)
The format of the filter string will depend on the implementation class, you are advise to look at the documentation there for further information.
matchString - the text string that describes how to filter a methodpublic boolean isMatched(java.lang.reflect.Method method)
method - the method to match
true if the method is matches the filter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||