|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.definition.DeploymentScope
public final class DeploymentScope
Represents a deployment scope pointcut expression, that is used by the system to "prepare" the join points that are picked out by this pointcut. Needed to allow hot-deployment of aspects in a safe and predictable way.
Can not and should not be created by the user only given to him from the framework.
Field Summary | |
---|---|
static DeploymentScope |
MATCH_ALL
System prepared pointcut that matches all. |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
String |
getExpression()
Returns the expression as a string. |
String |
getName()
Returns the name of the pointcut. |
int |
hashCode()
|
ExpressionInfo |
newExpressionInfo(ExpressionInfo expression)
Merges the scope expression with a new expression. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final DeploymentScope MATCH_ALL
Method Detail |
---|
public String getName()
public String getExpression()
public ExpressionInfo newExpressionInfo(ExpressionInfo expression)
expression
-
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |