|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.pointcut.AbstractPointcut
org.codehaus.aspectwerkz.pointcut.ClassPointcut
Implements the pointcut concept for classes.
Is an abstraction of a well defined point of execution in the program.
Could matches one or many points as long as they are well defined.
Stores the advices for the specific pointcut.
Constructor Summary | |
ClassPointcut(java.lang.String uuid,
Expression expression)
Creates a new class pointcut. |
Methods inherited from class org.codehaus.aspectwerkz.pointcut.AbstractPointcut |
addAdvice, addAdvices, getAdviceIndex, getAdviceIndexes, getAdviceIndexTuples, getAdviceNames, getCFlowExpression, getExpression, hasAdvice, removeAdvice, setAdviceIndexTuples, setCFlowExpression |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClassPointcut(java.lang.String uuid, Expression expression)
uuid
- the UUID for the AspectWerkz systemexpression
- the expression of the pointcut
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |