|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.regexp.Pattern
org.codehaus.aspectwerkz.regexp.ThrowsPattern
Implements the regular expression pattern matcher for throws pointcuts in AspectWerkz.
Field Summary |
Fields inherited from class org.codehaus.aspectwerkz.regexp.Pattern |
MULTIPLE_WILDCARD, MULTIPLE_WILDCARD_KEY, SINGLE_WILDCARD |
Method Summary | |
boolean |
matches(MethodMetaData method)
Matches a throws pointcut (method only). |
boolean |
matches(MethodMetaData method,
java.lang.String exceptionClassName)
Matches a throws pointcut. |
Methods inherited from class org.codehaus.aspectwerkz.regexp.Pattern |
compileCallerSidePattern, compileClassPattern, compileFieldPattern, compileMethodPattern, compileThrowsPattern |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public boolean matches(MethodMetaData method, java.lang.String exceptionClassName)
method
- the methodexceptionClassName
- the exception class name
public boolean matches(MethodMetaData method)
method
- the method
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |