Package org.codehaus.plexus.compiler.ajc
Class AspectJCompilerConfiguration
java.lang.Object
org.codehaus.plexus.compiler.CompilerConfiguration
org.codehaus.plexus.compiler.ajc.AspectJCompilerConfiguration
- Author:
- jdcasey
-
Nested Class Summary
Nested classes/interfaces inherited from class org.codehaus.plexus.compiler.CompilerConfiguration
CompilerConfiguration.CompilerReuseStrategy
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAspectPath
(String aspectPath) void
void
Ignored, not supported yetvoid
setAJOption
(String optionName, String optionValue) void
setAJOptions
(Map<String, String> ajOptions) Ignored, not supported yetvoid
setAspectPath
(List<String> aspectPath) void
void
void
setOutputJar
(String outputJar) void
setSourcePathResources
(Map<String, File> sourcePathResources) Methods inherited from class org.codehaus.plexus.compiler.CompilerConfiguration
addClasspathEntry, addCompilerCustomArgument, addExclude, addInclude, addModulepathEntry, addProcessorModulePathEntry, addProcessorPathEntry, addSourceLocation, describe, getAnnotationProcessors, getBuildDirectory, getClasspathEntries, getCompilerReuseStrategy, getCompilerVersion, getCustomCompilerArgumentsAsMap, getCustomCompilerArgumentsEntries, getDebugFileName, getDebugLevel, getExcludes, getExecutable, getGeneratedSourcesDirectory, getImplicitOption, getIncludes, getMaxmem, getMeminitial, getModulepathEntries, getModuleVersion, getOutputFileName, getOutputLocation, getProc, getProcessorModulePathEntries, getProcessorPathEntries, getReleaseVersion, getSourceEncoding, getSourceFiles, getSourceLocations, getSourceVersion, getTargetVersion, getWarnings, getWorkingDirectory, isDebug, isEnablePreview, isFailOnWarning, isForceJavacCompilerUse, isFork, isOptimize, isParameters, isShowDeprecation, isShowLint, isShowWarnings, isVerbose, setAnnotationProcessors, setBuildDirectory, setClasspathEntries, setCompilerReuseStrategy, setCompilerVersion, setCustomCompilerArgumentsAsMap, setDebug, setDebugFileName, setDebugLevel, setEnablePreview, setExcludes, setExecutable, setFailOnWarning, setForceJavacCompilerUse, setFork, setGeneratedSourcesDirectory, setImplicitOption, setIncludes, setMaxmem, setMeminitial, setModulepathEntries, setModuleVersion, setOptimize, setOutputFileName, setOutputLocation, setParameters, setProc, setProcessorModulePathEntries, setProcessorPathEntries, setReleaseVersion, setShowDeprecation, setShowLint, setShowWarnings, setSourceEncoding, setSourceFiles, setSourceLocations, setSourceVersion, setTargetVersion, setVerbose, setWarnings, setWorkingDirectory
-
Constructor Details
-
AspectJCompilerConfiguration
public AspectJCompilerConfiguration()
-
-
Method Details
-
setAspectPath
-
addAspectPath
-
getAspectPath
-
setInJars
-
addInJar
-
getInJars
-
setInPath
-
addInPath
-
getInPath
-
setOutputJar
-
getOutputJar
-
setAJOptions
Ignored, not supported yet -
setAJOption
-
getAJOptions
Ignored, not supported yet- Returns:
- empty Map
-
setSourcePathResources
-
getSourcePathResources
-