org.codehaus.plexus.compiler.ajc
Class AspectJCompilerConfiguration

java.lang.Object
  extended by org.codehaus.plexus.compiler.CompilerConfiguration
      extended by org.codehaus.plexus.compiler.ajc.AspectJCompilerConfiguration

public class AspectJCompilerConfiguration
extends CompilerConfiguration

Author:
jdcasey

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, 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
 

Constructor Detail

AspectJCompilerConfiguration

public AspectJCompilerConfiguration()
Method Detail

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.