org.codehaus.aspectwerkz.definition
Class PointcutDefinition

java.lang.Object
  extended byorg.codehaus.aspectwerkz.definition.PointcutDefinition

public class PointcutDefinition
extends Object

Holds the meta-data for the pointcuts.

Author:
Jonas Bonér

Constructor Summary
PointcutDefinition(String expression)
          Creates a new pointcut definition instance.
 
Method Summary
 String getExpression()
          Returns the expression for the pointcut.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointcutDefinition

public PointcutDefinition(String expression)
Creates a new pointcut definition instance.

Parameters:
expression -
Method Detail

getExpression

public String getExpression()
Returns the expression for the pointcut.

Returns:
the expression for the pointcut


Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.