org.jboss.aophelper.core
Class AopBaseSettings

java.lang.Object
  extended by org.jboss.aophelper.core.AopBaseSettings
Direct Known Subclasses:
AopCompile, AopRun

public class AopBaseSettings
extends Object

A AopBaseSettings.

Version:
$Revision: 1.1 $
Author:
Stale W. Pedersen

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

aopXml

protected List<String> aopXml

classpath

protected List<String> classpath

transformPath

protected List<String> transformPath

verbose

protected boolean verbose
Set the verbose level of the compiler


suppress

protected boolean suppress

noopt

protected boolean noopt

report

protected boolean report

workingdir

protected String workingdir
Constructor Detail

AopBaseSettings

public AopBaseSettings()
Create a new AopBaseSettings.

Method Detail

removeClasspath

public void removeClasspath(String cp)

addClasspath

public void addClasspath(String cp)

removeXml

public void removeXml(String cp)

addXml

public void addXml(String cp)

getAopXml

public List<String> getAopXml()
Get the aopXml.

Returns:
the aopXml.

getAopXmlAsString

public String getAopXmlAsString()

setAopXml

public void setAopXml(List<String> aopXml)
Set the aopXml.

Parameters:
aopXml - The aopXml to set.

getClasspath

public List<String> getClasspath()
Get the classpath.

Returns:
the classpath.

setClasspath

public void setClasspath(List<String> classpath)
Set the classpath.

Parameters:
classpath - The classpath to set.

getTransformPath

public List<String> getTransformPath()
Get the transformPath.

Returns:
the transformPath.

setTransformPath

public void setTransformPath(List<String> transformPath)
Set the transformPath.

Parameters:
transformPath - The transformPath to set.

isVerbose

public boolean isVerbose()
Get the verbose.

Returns:
the verbose.

setVerbose

public void setVerbose(boolean verbose)
Set the verbose.

Parameters:
verbose - The verbose to set.

isSuppress

public boolean isSuppress()
Get the suppress.

Returns:
the suppress.

setSuppress

public void setSuppress(boolean suppress)
Set the suppress.

Parameters:
suppress - The suppress to set.

isNoopt

public boolean isNoopt()
Get the noopt.

Returns:
the noopt.

setNoopt

public void setNoopt(boolean noopt)
Set the noopt.

Parameters:
noopt - The noopt to set.

isReport

public boolean isReport()
Get the report.

Returns:
the report.

setReport

public void setReport(boolean report)
Set the report.

Parameters:
report - The report to set.

getWorkingdir

public String getWorkingdir()
Get the workingdir.

Returns:
the workingdir.

setWorkingdir

public void setWorkingdir(String workingdir)
Set the workingdir.

Parameters:
workingdir - The workingdir to set.


Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.