|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xenonsoft.bridgetown.aop.impl.DefaultGlobMethodFinder
Default method finder that uses glob expressions. This class is build with Jakarta ORO project. http://www.javaworld.com/javaworld/jw-07-2001/jw-0713-regex_p.html
| Constructor Summary | |
DefaultGlobMethodFinder()
Default constructor |
|
| Method Summary | |
java.lang.String |
getFinder()
Gets the glob expression for find a matching method name |
boolean |
isMatched(java.lang.reflect.Method method)
Find out if the input method is a match or not |
void |
setFinder(java.lang.String matchString)
Gets the glob expression for find a matching method name |
java.lang.String |
toString()
Prints the debuggable string |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DefaultGlobMethodFinder()
| Method Detail |
public java.lang.String getFinder()
getFinder in interface IMethodFinderIMethodFinder.getFinder()public void setFinder(java.lang.String matchString)
setFinder in interface IMethodFindermatchString - IMethodFinder.setFinder(java.lang.String)public boolean isMatched(java.lang.reflect.Method method)
isMatched in interface IMethodFindermethod -
true this method matches the filter.IMethodFinder.isMatched(java.lang.reflect.Method)public java.lang.String toString()
Object.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||