@CacheableTask public abstract class AspectjCompile extends AbstractCompile
Task.NamerTASK_ACTION, TASK_CONSTRUCTOR_ARGS, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE| Constructor and Description |
|---|
AspectjCompile() |
| Modifier and Type | Method and Description |
|---|---|
void |
ajcOptions(Action<AspectJCompileOptions> action) |
protected void |
compile() |
protected AspectJCompileSpec |
createSpec() |
AspectJCompileOptions |
getAjcOptions() |
abstract ConfigurableFileCollection |
getAspectjClasspath() |
FileCollection |
getClasspath() |
DirectoryProperty |
getDestinationDirectory()
Make the destinationDirectory optional.
|
protected abstract FileSystemOperations |
getFileSystemOperations() |
abstract Property<JavaLauncher> |
getLauncher() |
CompileOptions |
getOptions() |
protected abstract ProjectLayout |
getProjectLayout() |
FileTree |
getSource() |
void |
options(Action<CompileOptions> action) |
getDestinationDir, getSourceCompatibility, getTargetCompatibility, setClasspath, setDestinationDir, setDestinationDir, setSourceCompatibility, setTargetCompatibilityexclude, exclude, exclude, exclude, getExcludes, getIncludes, getPatternSet, getPatternSetFactory, include, include, include, include, setExcludes, setIncludes, setSource, setSource, sourceconventionMapping, conventionMapping, getConventionMappingcompareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceacceptServiceReferences, appendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjectsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoNotTrackState, getConvention, notCompatibleWithConfigurationCache@Inject protected abstract FileSystemOperations getFileSystemOperations()
@Inject protected abstract ProjectLayout getProjectLayout()
@Classpath public abstract ConfigurableFileCollection getAspectjClasspath()
@Optional public abstract Property<JavaLauncher> getLauncher()
@InputFiles @SkipWhenEmpty @PathSensitive(value=RELATIVE) public FileTree getSource()
getSource in class SourceTask@Optional @OutputDirectory public DirectoryProperty getDestinationDirectory()
getDestinationDirectory in class AbstractCompile@CompileClasspath public FileCollection getClasspath()
getClasspath in class AbstractCompileprotected void compile()
protected AspectJCompileSpec createSpec()
public void options(Action<CompileOptions> action)
public void ajcOptions(Action<AspectJCompileOptions> action)
public CompileOptions getOptions()
public AspectJCompileOptions getAjcOptions()