|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.aophelper.core.AopBaseSettings
org.jboss.aophelper.core.AopRun
public class AopRun
A AopRun.
Field Summary |
---|
Fields inherited from class org.jboss.aophelper.core.AopBaseSettings |
---|
aopXml, classpath, noopt, report, suppress, transformPath, verbose, workingdir |
Constructor Summary | |
---|---|
AopRun()
|
Method Summary | |
---|---|
String |
calculateCorrectExecutionClass()
|
String |
getExecutionClass()
Get the executionClass. |
String |
getSrcPath()
Get the srcPath. |
boolean |
isLoadtime()
Get the runtime. |
void |
setExecutionClass(String executionClass)
Set the executionClass. |
void |
setLoadtime(boolean runtime)
Set the runtime. |
void |
setSrcPath(String srcPath)
Set the srcPath. |
Methods inherited from class org.jboss.aophelper.core.AopBaseSettings |
---|
addClasspath, addXml, getAopXml, getAopXmlAsString, getClasspath, getTransformPath, getWorkingdir, isNoopt, isReport, isSuppress, isVerbose, removeClasspath, removeXml, setAopXml, setClasspath, setNoopt, setReport, setSuppress, setTransformPath, setVerbose, setWorkingdir |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AopRun()
Method Detail |
---|
public final String getExecutionClass()
public final void setExecutionClass(String executionClass)
executionClass
- The executionClass to set.public final String calculateCorrectExecutionClass()
public final boolean isLoadtime()
public final void setLoadtime(boolean runtime)
runtime
- The runtime to set.public String getSrcPath()
public void setSrcPath(String srcPath)
srcPath
- The srcPath to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |