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, XterminateAfterCompilationaspectLibraries, 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, setXterminateAfterCompilationisSkipprotected boolean weaveMainSourceFolder
protected boolean weaveWithAspectsInMainSourceFolder
protected List getClasspathDirectories()
AbstractAjcCompilergetClasspathDirectories in class AbstractAjcCompilerprotected File getOutputDirectory()
AbstractAjcCompilergetOutputDirectory in class AbstractAjcCompilerprotected List getSourceDirectories()
AbstractAjcCompilergetSourceDirectories in class AbstractAjcCompilerprotected org.codehaus.plexus.util.Scanner[] getJavaSources()
getJavaSources in class AbstractAjcCompilerprotected String getAdditionalAspectPaths()
AbstractAjcCompilergetAdditionalAspectPaths in class AbstractAjcCompilerCopyright © 2005-2012 Codehaus. All Rights Reserved.