public interface AspectjSourceSet extends WeavingSourceSet
GroovySourceSet,
ScalaSourceSetASPECT_PATH_EXTENSION_NAME, IN_PATH_EXTENSION_NAME| Modifier and Type | Method and Description |
|---|---|
AspectjSourceSet |
aspectj(Action<? super SourceDirectorySet> configureAction)
Deprecated.
Use
getAspectj(SourceSet) instead. |
AspectjSourceSet |
aspectj(groovy.lang.Closure configureClosure)
Deprecated.
Use
getAspectj(SourceSet) instead. |
SourceDirectorySet |
getAllAspectj()
Deprecated.
|
SourceDirectorySet |
getAspectj()
Deprecated.
Use
getAspectj(SourceSet) instead. |
static AspectjSourceDirectorySet |
getAspectj(SourceSet sourceSet) |
getAspectConfigurationName, getAspectConfigurationName, getAspectPath, getAspectPath, getInPath, getInPath, getInpathConfigurationName, getInpathConfigurationName, setAspectPath, setInPath@Deprecated 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(Action<? super 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 SourceDirectorySet getAllAspectj()
static AspectjSourceDirectorySet getAspectj(SourceSet sourceSet)