|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xenonsoft.bridgetown.aop.impl.DefaultGlobClassFinder
Default class 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 | |
DefaultGlobClassFinder()
Default constructor |
|
| Method Summary | |
java.lang.String |
getFinder()
Gets the global expression that matches a fully qualified class name. |
boolean |
isMatched(java.lang.Class clazz)
Find out if the input class is a match or not |
void |
setFinder(java.lang.String matchString)
Sets the global expression that matches a fully qualified class 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 DefaultGlobClassFinder()
| Method Detail |
public java.lang.String getFinder()
getFinder in interface IClassFinderIClassFinder.getFinder()public void setFinder(java.lang.String matchString)
setFinder in interface IClassFindermatchString - the match expressionIClassFinder.setFinder(java.lang.String)public boolean isMatched(java.lang.Class clazz)
isMatched in interface IClassFinderclazz - the input class to check
true this class matches the filter.com.xenonsoft.bridgetown.aop.IClassFinder#isMatch(java.lang.Class)public java.lang.String toString()
Object.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||