org.codehaus.plexus.compiler.ajc
Class AspectJCompilerConfiguration
java.lang.Object
org.codehaus.plexus.compiler.CompilerConfiguration
org.codehaus.plexus.compiler.ajc.AspectJCompilerConfiguration
public class AspectJCompilerConfiguration
- extends CompilerConfiguration
- Author:
- jdcasey
Methods inherited from class org.codehaus.plexus.compiler.CompilerConfiguration |
addClasspathEntry, addCompilerCustomArgument, addExclude, addInclude, addSourceLocation, getAnnotationProcessors, getBuildDirectory, getClasspathEntries, getCompilerVersion, getCustomCompilerArguments, getDebugLevel, getExcludes, getExecutable, getGeneratedSourcesDirectory, getIncludes, getMaxmem, getMeminitial, getOutputFileName, getOutputLocation, getProc, getSourceEncoding, getSourceFiles, getSourceLocations, getSourceVersion, getTargetVersion, getWorkingDirectory, isDebug, isFork, isOptimize, isShowDeprecation, isShowWarnings, isVerbose, setAnnotationProcessors, setBuildDirectory, setClasspathEntries, setCompilerVersion, setCustomCompilerArguments, setDebug, setDebugLevel, setExcludes, setExecutable, setFork, setGeneratedSourcesDirectory, setIncludes, setMaxmem, setMeminitial, setOptimize, setOutputFileName, setOutputLocation, setProc, 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 |
AspectJCompilerConfiguration
public AspectJCompilerConfiguration()
setAspectPath
public void setAspectPath(java.util.List aspectPath)
addAspectPath
public void addAspectPath(java.lang.String aspectPath)
getAspectPath
public java.util.List getAspectPath()
setInJars
public void setInJars(java.util.List inJars)
addInJar
public void addInJar(java.lang.String inJar)
getInJars
public java.util.List getInJars()
setInPath
public void setInPath(java.util.List inPath)
addInPath
public void addInPath(java.lang.String inPath)
getInPath
public java.util.List getInPath()
setOutputJar
public void setOutputJar(java.lang.String outputJar)
getOutputJar
public java.lang.String getOutputJar()
setAJOptions
public void setAJOptions(java.util.Map ajOptions)
- Ignored, not supported yet
- Parameters:
ajOptions
-
setAJOption
public void setAJOption(java.lang.String optionName,
java.lang.String optionValue)
getAJOptions
public java.util.Map getAJOptions()
- Ignored, not supported yet
- Returns:
- empty Map
setSourcePathResources
public void setSourcePathResources(java.util.Map sourcePathResources)
getSourcePathResources
public java.util.Map getSourcePathResources()
Copyright © 2001-2011 Codehaus. All Rights Reserved.