org.aspectj.weaver.loadtime.definition
Class Definition
java.lang.Object
org.aspectj.weaver.loadtime.definition.Definition
public class Definition
extends java.lang.Object
A POJO that contains raw strings from the XML (sort of XMLBean for our simple LTW DTD)
Definition
public Definition()
appendWeaverOptions
public void appendWeaverOptions(String option)
getAspectClassNames
public List getAspectClassNames()
getAspectExcludePatterns
public List getAspectExcludePatterns()
getAspectIncludePatterns
public List getAspectIncludePatterns()
getConcreteAspects
public List getConcreteAspects()
getDumpPatterns
public List getDumpPatterns()
getExcludePatterns
public List getExcludePatterns()
getIncludePatterns
public List getIncludePatterns()
getWeaverOptions
public String getWeaverOptions()
setDumpBefore
public void setDumpBefore(boolean b)
shouldDumpBefore
public boolean shouldDumpBefore()