net.sf.jour.config
Class Aspect
java.lang.Object
net.sf.jour.config.Aspect
public class Aspect
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Aspect
public Aspect()
isEnabled
public boolean isEnabled()
setEnabled
public void setEnabled(boolean enabled)
getDescr
public java.lang.String getDescr()
setDescr
public void setDescr(java.lang.String descr)
getPointcut
public java.util.List getPointcut()
setPointcut
public void setPointcut(java.util.List pointcut)
addPointcut
public void addPointcut(Pointcut pointcut)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
getTypedef
public java.lang.String getTypedef()
setTypedef
public void setTypedef(java.lang.String typedef)
getProperty
public java.util.List getProperty()
setProperty
public void setProperty(java.util.List properties)
addProperty
public void addProperty(AspectProperty property)
Copyright © 2004-2008 pyx4j.com. All Rights Reserved.