|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.aspectj.AbstractAjcMojo
org.codehaus.mojo.aspectj.AbstractAjcCompiler
org.codehaus.mojo.aspectj.AjcCompileMojo
public class AjcCompileMojo
Weaves all main classes.
Field Summary |
---|
Fields inherited from class org.codehaus.mojo.aspectj.AbstractAjcCompiler |
---|
ajcOptions, ajdtBuildDefFile, argumentFileName, aspectDirectory, aspectLibraries, bootclasspath, complianceLevel, deprecation, emacssym, encoding, excludes, includes, noImportError, outxml, outxmlfile, preserveAllLocals, proceedOnError, referenceInfo, repeat, resolvedIncludes, showWeaveInfo, source, target, testAspectDirectory, verbose, warn, weaveDependencies, XaddSerialVersionUID, Xlint, XnoInline, Xreweavable, XserializableAspects |
Fields inherited from class org.codehaus.mojo.aspectj.AbstractAjcMojo |
---|
basedir, project |
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
AjcCompileMojo()
|
Method Summary | |
---|---|
protected java.lang.String |
getAdditionalAspectPaths()
Abstract method used by cild classes to specify aditional aspect paths. |
protected java.util.List |
getOutputDirectories()
Abstract method used by child classes to spesify the correct output directory for compiled classes. |
protected java.util.List |
getSourceDirectories()
Abstract method used by child classes to spesify the correct source directory for classes. |
Methods inherited from class org.codehaus.mojo.aspectj.AbstractAjcCompiler |
---|
assembleArguments, execute, isBuildNeeded, setArgumentFileName, setBootClassPath, setComplianceLevel, setDeprecation, setEmacssym, setEncoding, setNoImportError, setOutxml, setOutxmlfile, setPreserveAllLocals, setProceedOnError, setReferenceInfo, setRepeat, setShowWeaveInfo, setSource, setTarget, setVerbose, setWarn, setXaddSerialVersionUID, setXlint, setXnoInline, setXreweavable, setXserializableAspects |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
---|
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AjcCompileMojo()
Method Detail |
---|
protected java.util.List getOutputDirectories()
AbstractAjcCompiler
getOutputDirectories
in class AbstractAjcCompiler
protected java.util.List getSourceDirectories()
AbstractAjcCompiler
getSourceDirectories
in class AbstractAjcCompiler
protected java.lang.String getAdditionalAspectPaths()
AbstractAjcCompiler
getAdditionalAspectPaths
in class AbstractAjcCompiler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |