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, crossrefs, deprecation, emacssym, encoding, excludes, forceAjcCompile, includes, noImportError, outxml, outxmlfile, preserveAllLocals, proceedOnError, referenceInfo, repeat, resolvedIncludes, showWeaveInfo, source, target, testAspectDirectory, warn, verbose, XaddSerialVersionUID, Xajruntimetarget, XAJRUNTIMETARGET_SUPPORTED_VALUES, XhasMember, Xjoinpoints, Xlint, Xlintfile, XnoInline, XnotReweavable, Xreweavable, XserializableAspects, Xset, XterminateAfterCompilationaspectLibraries, basedir, project, weaveDependencies, weaveDirectories, xmlConfigured| 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<String> |
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<String> |
getSourceDirectories()
Abstract method used by child classes to specify the correct source directory for classes.
|
assembleArguments, execute, getIncludedSources, isBuildNeeded, setArgumentFileName, setBootClassPath, setComplianceLevel, setCrossrefs, setDeprecation, setEmacssym, setEncoding, setNoImportError, setOutxml, setOutxmlfile, setPreserveAllLocals, setProceedOnError, setReferenceInfo, setRepeat, setShowWeaveInfo, setSource, setTarget, setWarn, setVerbose, setXaddSerialVersionUID, setXajruntimetarget, setXhasMember, setXjoinpoints, setXlint, setXlintfile, setXnoInline, setXnotReweavable, setXreweavable, setXserializableAspects, setXset, setXterminateAfterCompilationisSkip, setXmlConfiguredprotected boolean weaveMainSourceFolder
protected boolean weaveWithAspectsInMainSourceFolder
protected List<String> getClasspathDirectories()
AbstractAjcCompilergetClasspathDirectories in class AbstractAjcCompilerprotected File getOutputDirectory()
AbstractAjcCompilergetOutputDirectory in class AbstractAjcCompilerprotected List<String> getSourceDirectories()
AbstractAjcCompilergetSourceDirectories in class AbstractAjcCompilerprotected org.codehaus.plexus.util.Scanner[] getJavaSources()
getJavaSources in class AbstractAjcCompilerprotected String getAdditionalAspectPaths()
AbstractAjcCompilergetAdditionalAspectPaths in class AbstractAjcCompilerCopyright © 2005–2014 Codehaus. All rights reserved.