|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.definition.PointcutDefinition
Holds the meta-data for the pointcuts.
Constructor Summary | |
PointcutDefinition()
|
Method Summary | |
java.lang.String |
getExpression()
Returns the expression for the pointcut. |
java.lang.String |
getName()
Returns the name of the pointcut. |
java.lang.String |
getNonReentrant()
Returns the string representation of the non-reentrancy flag. |
PointcutType |
getType()
Returns the type of the pointcut. |
boolean |
isNonReentrant()
Checks if the pointcut is non-reentrant or not. |
void |
setExpression(java.lang.String expression)
Sets the expression. |
void |
setName(java.lang.String name)
Sets the name of the pointcut. |
void |
setNonReentrant(java.lang.String isNonReentrant)
Sets the non-reentrancy flag. |
void |
setType(PointcutType type)
Sets the type of the pointcut. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PointcutDefinition()
Method Detail |
public java.lang.String getExpression()
public void setExpression(java.lang.String expression)
expression
- the expressionpublic java.lang.String getName()
public void setName(java.lang.String name)
public PointcutType getType()
public void setType(PointcutType type)
type
- the typepublic void setNonReentrant(java.lang.String isNonReentrant)
isNonReentrant
- public java.lang.String getNonReentrant()
public boolean isNonReentrant()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |