Constructor and Description |
---|
ClassPatternPointcut(java.lang.String regexpPattern)
Creates a new instance of ClassPatternPoincut
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Returns true if the given object is of the same type and
it has the same pattern.
|
int |
hashCode() |
boolean |
matchesJointpoint(java.lang.reflect.Method method)
Tests if the fully qualified class name of the given method
|
public ClassPatternPointcut(java.lang.String regexpPattern)
regexpPattern
- regexp pattern that will be matched against the fully qualified class namepublic boolean matchesJointpoint(java.lang.reflect.Method method)
matchesJointpoint
in interface Pointcut
method
- method being invokedpublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object