@CacheableTask
public abstract class AspectjCompile
extends org.gradle.api.tasks.compile.AbstractCompile
| Constructor and Description |
|---|
AspectjCompile() |
| Modifier and Type | Method and Description |
|---|---|
void |
ajcOptions(org.gradle.api.Action<AspectJCompileOptions> action) |
protected void |
compile() |
protected AspectJCompileSpec |
createSpec() |
AspectJCompileOptions |
getAjcOptions() |
abstract org.gradle.api.file.ConfigurableFileCollection |
getAspectjClasspath() |
org.gradle.api.file.FileCollection |
getClasspath() |
org.gradle.api.file.DirectoryProperty |
getDestinationDirectory()
Make the destinationDirectory optional.
|
protected abstract org.gradle.api.file.FileSystemOperations |
getFileSystemOperations() |
abstract org.gradle.api.provider.Property<org.gradle.jvm.toolchain.JavaLauncher> |
getLauncher() |
org.gradle.api.tasks.compile.CompileOptions |
getOptions() |
protected abstract org.gradle.api.file.ProjectLayout |
getProjectLayout() |
org.gradle.api.file.FileTree |
getSource() |
void |
options(org.gradle.api.Action<org.gradle.api.tasks.compile.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, usesServiceappendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjects@Inject protected abstract org.gradle.api.file.FileSystemOperations getFileSystemOperations()
@Inject protected abstract org.gradle.api.file.ProjectLayout getProjectLayout()
@Classpath public abstract org.gradle.api.file.ConfigurableFileCollection getAspectjClasspath()
@Optional public abstract org.gradle.api.provider.Property<org.gradle.jvm.toolchain.JavaLauncher> getLauncher()
@InputFiles @SkipWhenEmpty @PathSensitive(value=RELATIVE) public org.gradle.api.file.FileTree getSource()
getSource in class org.gradle.api.tasks.SourceTask@Optional @OutputDirectory public org.gradle.api.file.DirectoryProperty getDestinationDirectory()
getDestinationDirectory in class org.gradle.api.tasks.compile.AbstractCompile@CompileClasspath public org.gradle.api.file.FileCollection getClasspath()
getClasspath in class org.gradle.api.tasks.compile.AbstractCompileprotected void compile()
protected AspectJCompileSpec createSpec()
public void options(org.gradle.api.Action<org.gradle.api.tasks.compile.CompileOptions> action)
public void ajcOptions(org.gradle.api.Action<AspectJCompileOptions> action)
public org.gradle.api.tasks.compile.CompileOptions getOptions()
public AspectJCompileOptions getAjcOptions()