Class AspectJCompilerConfiguration
java.lang.Object
org.codehaus.plexus.compiler.ajc.AspectJCompilerConfiguration
- Author:
- jdcasey
-
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)
-
Constructor Details
-
AspectJCompilerConfiguration
public AspectJCompilerConfiguration()
-
-
Method Details
-
setAspectPath
-
addAspectPath
-
getAspectPath
-
setInJars
-
addInJar
-
getInJars
-
setInPath
-
addInPath
-
getInPath
-
setOutputJar
-
getOutputJar
-
setAJOptions
-
setAJOption
-
getAJOptions
-
setSourcePathResources
-
getSourcePathResources
-