|
||||||||||
| 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 class that is applicable to an aspect oriented joinpoint.
| Method Summary | |
java.lang.String |
getFinder()
Gets the match class filter string. |
boolean |
isMatched(java.lang.Class clazz)
Returns a flag if this finder matches the class |
void |
setFinder(java.lang.String matchString)
Sets the match class 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 classpublic boolean isMatched(java.lang.Class clazz)
clazz - the class to match
true if the class matches the filter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||