public class AjcTestCompileMojo extends AbstractAjcCompiler
Modifier and Type | Field and Description |
---|---|
protected boolean |
weaveMainSourceFolder
Flag to indicate if the main source dirs
should be a part of the compile process.
|
protected boolean |
weaveWithAspectsInMainSourceFolder
Flag to indicate if aspects in the the main source dirs
should be a part of the compile process
|
ajcOptions, ajdtBuildDefFile, argumentFileName, aspectDirectory, bootclasspath, complianceLevel, deprecation, emacssym, encoding, excludes, forceAjcCompile, includes, noImportError, outxml, outxmlfile, preserveAllLocals, proceedOnError, referenceInfo, repeat, resolvedIncludes, showWeaveInfo, source, target, testAspectDirectory, verbose, warn, XaddSerialVersionUID, XhasMember, Xlint, XnoInline, Xreweavable, XserializableAspects, XterminateAfterCompilation
aspectLibraries, basedir, project, weaveDependencies, weaveDirectories
Constructor and Description |
---|
AjcTestCompileMojo() |
Modifier and Type | Method and Description |
---|---|
protected String |
getAdditionalAspectPaths()
Abstract method used by child classes to specify additional aspect paths.
|
protected List |
getClasspathDirectories()
Abstract method used by child classes to specify the correct output directory for compiled classes.
|
protected org.codehaus.plexus.util.Scanner[] |
getJavaSources() |
protected File |
getOutputDirectory()
The directory where compiled classes go.
|
protected List |
getSourceDirectories()
Abstract method used by child classes to specify the correct source directory for classes.
|
assembleArguments, execute, getIncludedSources, isBuildNeeded, setArgumentFileName, setBootClassPath, setComplianceLevel, setDeprecation, setEmacssym, setEncoding, setNoImportError, setOutxml, setOutxmlfile, setPreserveAllLocals, setProceedOnError, setReferenceInfo, setRepeat, setShowWeaveInfo, setSource, setTarget, setVerbose, setWarn, setXaddSerialVersionUID, setXhasMember, setXlint, setXnoInline, setXreweavable, setXserializableAspects, setXterminateAfterCompilation
isSkip
protected boolean weaveMainSourceFolder
protected boolean weaveWithAspectsInMainSourceFolder
protected List getClasspathDirectories()
AbstractAjcCompiler
getClasspathDirectories
in class AbstractAjcCompiler
protected File getOutputDirectory()
AbstractAjcCompiler
getOutputDirectory
in class AbstractAjcCompiler
protected List getSourceDirectories()
AbstractAjcCompiler
getSourceDirectories
in class AbstractAjcCompiler
protected org.codehaus.plexus.util.Scanner[] getJavaSources()
getJavaSources
in class AbstractAjcCompiler
protected String getAdditionalAspectPaths()
AbstractAjcCompiler
getAdditionalAspectPaths
in class AbstractAjcCompiler
Copyright © 2005-2012 Codehaus. All Rights Reserved.