|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.aophelper.core.AopBaseSettings
public class AopBaseSettings
A AopBaseSettings.
Field Summary | |
---|---|
protected List<String> |
aopXml
|
protected List<String> |
classpath
|
protected boolean |
noopt
|
protected boolean |
report
|
protected boolean |
suppress
|
protected List<String> |
transformPath
|
protected boolean |
verbose
Set the verbose level of the compiler |
protected String |
workingdir
|
Constructor Summary | |
---|---|
AopBaseSettings()
Create a new AopBaseSettings. |
Method Summary | |
---|---|
void |
addClasspath(String cp)
|
void |
addXml(String cp)
|
List<String> |
getAopXml()
Get the aopXml. |
String |
getAopXmlAsString()
|
List<String> |
getClasspath()
Get the classpath. |
List<String> |
getTransformPath()
Get the transformPath. |
String |
getWorkingdir()
Get the workingdir. |
boolean |
isNoopt()
Get the noopt. |
boolean |
isReport()
Get the report. |
boolean |
isSuppress()
Get the suppress. |
boolean |
isVerbose()
Get the verbose. |
void |
removeClasspath(String cp)
|
void |
removeXml(String cp)
|
void |
setAopXml(List<String> aopXml)
Set the aopXml. |
void |
setClasspath(List<String> classpath)
Set the classpath. |
void |
setNoopt(boolean noopt)
Set the noopt. |
void |
setReport(boolean report)
Set the report. |
void |
setSuppress(boolean suppress)
Set the suppress. |
void |
setTransformPath(List<String> transformPath)
Set the transformPath. |
void |
setVerbose(boolean verbose)
Set the verbose. |
void |
setWorkingdir(String workingdir)
Set the workingdir. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<String> aopXml
protected List<String> classpath
protected List<String> transformPath
protected boolean verbose
protected boolean suppress
protected boolean noopt
protected boolean report
protected String workingdir
Constructor Detail |
---|
public AopBaseSettings()
Method Detail |
---|
public void removeClasspath(String cp)
public void addClasspath(String cp)
public void removeXml(String cp)
public void addXml(String cp)
public List<String> getAopXml()
public String getAopXmlAsString()
public void setAopXml(List<String> aopXml)
aopXml
- The aopXml to set.public List<String> getClasspath()
public void setClasspath(List<String> classpath)
classpath
- The classpath to set.public List<String> getTransformPath()
public void setTransformPath(List<String> transformPath)
transformPath
- The transformPath to set.public boolean isVerbose()
public void setVerbose(boolean verbose)
verbose
- The verbose to set.public boolean isSuppress()
public void setSuppress(boolean suppress)
suppress
- The suppress to set.public boolean isNoopt()
public void setNoopt(boolean noopt)
noopt
- The noopt to set.public boolean isReport()
public void setReport(boolean report)
report
- The report to set.public String getWorkingdir()
public void setWorkingdir(String workingdir)
workingdir
- The workingdir to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |