org.codehaus.aspectwerkz.attribdef.definition.attribute
Class CFlowAttribute

java.lang.Object
  extended byorg.codehaus.aspectwerkz.attribdef.definition.attribute.CFlowAttribute
All Implemented Interfaces:
Attribute, java.io.Serializable

public class CFlowAttribute
extends java.lang.Object
implements Attribute

Attribute for the cflow pointcut.

Author:
Jonas Bonér
See Also:
Serialized Form

Constructor Summary
CFlowAttribute(java.lang.String expression)
          Create an execution attribute.
 
Method Summary
 java.lang.String getExpression()
          Return the expression for the pointcut.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CFlowAttribute

public CFlowAttribute(java.lang.String expression)
Create an execution attribute.

Parameters:
expression - the expression
Method Detail

getExpression

public java.lang.String getExpression()
Return the expression for the pointcut.

Returns:
the expression for the pointcut


Copyright (c) 2002-2004 The AspectWerkz Team. All Rights Reserved.