|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.plexus.compiler.CompilerConfiguration
org.codehaus.plexus.compiler.ajc.AspectJCompilerConfiguration
Constructor Summary | |
AspectJCompilerConfiguration()
|
Method Summary | |
void |
addAspectPath(java.lang.String aspectPath)
|
void |
addInJar(java.lang.String inJar)
|
void |
addInPath(java.lang.String inPath)
|
java.util.Map |
getAJOptions()
Ignored, not supported yet |
java.util.List |
getAspectPath()
|
java.util.List |
getInJars()
|
java.util.List |
getInPath()
|
java.lang.String |
getOutputJar()
|
java.util.Map |
getSourcePathResources()
|
void |
setAJOption(java.lang.String optionName,
java.lang.String optionValue)
|
void |
setAJOptions(java.util.Map ajOptions)
Ignored, not supported yet |
void |
setAspectPath(java.util.List aspectPath)
|
void |
setInJars(java.util.List inJars)
|
void |
setInPath(java.util.List inPath)
|
void |
setOutputJar(java.lang.String outputJar)
|
void |
setSourcePathResources(java.util.Map sourcePathResources)
|
Methods inherited from class org.codehaus.plexus.compiler.CompilerConfiguration |
addClasspathEntry, addCompilerCustomArgument, addExclude, addInclude, addSourceLocation, getBuildDirectory, getClasspathEntries, getCompilerVersion, getCustomCompilerArguments, getExcludes, getExecutable, getIncludes, getMaxmem, getMeminitial, getOutputFileName, getOutputLocation, getSourceEncoding, getSourceFiles, getSourceLocations, getSourceVersion, getTargetVersion, getWorkingDirectory, isDebug, isFork, isOptimize, isShowDeprecation, isShowWarnings, isVerbose, setBuildDirectory, setClasspathEntries, setCompilerVersion, setCustomCompilerArguments, setDebug, setExcludes, setExecutable, setFork, setIncludes, setMaxmem, setMeminitial, setOptimize, setOutputFileName, setOutputLocation, setShowDeprecation, setShowWarnings, setSourceEncoding, setSourceFiles, setSourceLocations, setSourceVersion, setTargetVersion, setVerbose, setWorkingDirectory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AspectJCompilerConfiguration()
Method Detail |
public void setAspectPath(java.util.List aspectPath)
public void addAspectPath(java.lang.String aspectPath)
public java.util.List getAspectPath()
public void setInJars(java.util.List inJars)
public void addInJar(java.lang.String inJar)
public java.util.List getInJars()
public void setInPath(java.util.List inPath)
public void addInPath(java.lang.String inPath)
public java.util.List getInPath()
public void setOutputJar(java.lang.String outputJar)
public java.lang.String getOutputJar()
public void setAJOptions(java.util.Map ajOptions)
ajOptions
- public void setAJOption(java.lang.String optionName, java.lang.String optionValue)
public java.util.Map getAJOptions()
public void setSourcePathResources(java.util.Map sourcePathResources)
public java.util.Map getSourcePathResources()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |