public interface AspectjSourceSet extends WeavingSourceSet
GroovySourceSet,
ScalaSourceSetASPECT_PATH_EXTENSION_NAME, IN_PATH_EXTENSION_NAME| Modifier and Type | Method and Description |
|---|---|
AspectjSourceSet |
aspectj(org.gradle.api.Action<? super org.gradle.api.file.SourceDirectorySet> configureAction)
Deprecated.
Use
getAspectj(SourceSet) instead. |
AspectjSourceSet |
aspectj(groovy.lang.Closure configureClosure)
Deprecated.
Use
getAspectj(SourceSet) instead. |
org.gradle.api.file.SourceDirectorySet |
getAllAspectj()
Deprecated.
|
org.gradle.api.file.SourceDirectorySet |
getAspectj()
Deprecated.
Use
getAspectj(SourceSet) instead. |
static AspectjSourceDirectorySet |
getAspectj(org.gradle.api.tasks.SourceSet sourceSet) |
getAspectConfigurationName, getAspectConfigurationName, getAspectPath, getAspectPath, getInPath, getInPath, getInpathConfigurationName, getInpathConfigurationName, setAspectPath, setInPath@Deprecated org.gradle.api.file.SourceDirectorySet getAspectj()
getAspectj(SourceSet) instead.@Deprecated AspectjSourceSet aspectj(@Nullable groovy.lang.Closure configureClosure)
getAspectj(SourceSet) instead.The given closure is used to configure the SourceDirectorySet which contains the Groovy source.
configureClosure - The closure to use to configure the Groovy source.@Deprecated AspectjSourceSet aspectj(org.gradle.api.Action<? super org.gradle.api.file.SourceDirectorySet> configureAction)
getAspectj(SourceSet) instead.The given action is used to configure the SourceDirectorySet which contains the Groovy source.
configureAction - The action to use to configure the Groovy source.@Deprecated org.gradle.api.file.SourceDirectorySet getAllAspectj()
static AspectjSourceDirectorySet getAspectj(org.gradle.api.tasks.SourceSet sourceSet)