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 CompilerConfiguration
CompilerConfiguration.CompilerReuseStrategy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAspectPath(String aspectPath) voidvoidIgnored, not supported yetvoidsetAJOption(String optionName, String optionValue) voidsetAJOptions(Map<String, String> ajOptions) Ignored, not supported yetvoidsetAspectPath(List<String> aspectPath) voidvoidvoidsetOutputJar(String outputJar) voidsetSourcePathResources(Map<String, File> sourcePathResources) Methods inherited from class 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
-
setAJOption
-
getAJOptions
-
setSourcePathResources
-
getSourcePathResources
-