public abstract class AbstractAjcMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field and Description |
---|---|
protected Module[] |
aspectLibraries
Weave binary aspects from the jars.
|
protected File |
basedir
The basedir of the project.
|
protected org.apache.maven.project.MavenProject |
project
The maven project.
|
protected Module[] |
weaveDependencies
List of of modules to weave (into target directory).
|
protected String[] |
weaveDirectories
List of of directories with .class files to weave (into target directory).
|
Constructor and Description |
---|
AbstractAjcMojo() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isSkip() |
getLog, getPluginContext, setLog, setPluginContext
protected org.apache.maven.project.MavenProject project
protected File basedir
protected Module[] weaveDependencies
ajc
-inpath
option (or -injars
for pre-1.2 (which is not supported)).protected String[] weaveDirectories
ajc -inpath
option .protected Module[] aspectLibraries
ajc -aspectpath
optionCopyright © 2005-2012 Codehaus. All Rights Reserved.