public class DefaultAspectjSourceSet extends DefaultWeavingSourceSet implements AspectjSourceSet, org.gradle.api.reflect.HasPublicType
DefaultGroovySourceSetASPECT_PATH_EXTENSION_NAME, IN_PATH_EXTENSION_NAME| Constructor and Description |
|---|
DefaultAspectjSourceSet(org.gradle.api.model.ObjectFactory objectFactory,
org.gradle.api.tasks.SourceSet sourceSet) |
| Modifier and Type | Method and Description |
|---|---|
AspectjSourceSet |
aspectj(org.gradle.api.Action<? super org.gradle.api.file.SourceDirectorySet> configureAction)
Deprecated.
|
AspectjSourceSet |
aspectj(groovy.lang.Closure configureClosure)
Deprecated.
|
org.gradle.api.file.SourceDirectorySet |
getAllAspectj()
Deprecated.
|
AspectjSourceDirectorySet |
getAspectj()
Deprecated.
|
org.gradle.api.reflect.TypeOf<?> |
getPublicType() |
canEqual, equals, getAspectConfigurationName, getAspectPath, getInPath, getInpathConfigurationName, getSourceSet, hashCode, setAspectPath, setInPath, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAspectjgetAspectConfigurationName, getAspectConfigurationName, getAspectPath, getAspectPath, getInPath, getInPath, getInpathConfigurationName, getInpathConfigurationName, setAspectPath, setInPathpublic DefaultAspectjSourceSet(org.gradle.api.model.ObjectFactory objectFactory,
org.gradle.api.tasks.SourceSet sourceSet)
@Deprecated public AspectjSourceDirectorySet getAspectj()
AspectjSourceSetgetAspectj in interface AspectjSourceSet@Deprecated public org.gradle.api.file.SourceDirectorySet getAllAspectj()
AspectjSourceSetgetAllAspectj in interface AspectjSourceSet@Deprecated public AspectjSourceSet aspectj(@Nullable groovy.lang.Closure configureClosure)
AspectjSourceSetThe given closure is used to configure the SourceDirectorySet which contains the Groovy source.
aspectj in interface AspectjSourceSetconfigureClosure - The closure to use to configure the Groovy source.@Deprecated public AspectjSourceSet aspectj(org.gradle.api.Action<? super org.gradle.api.file.SourceDirectorySet> configureAction)
AspectjSourceSetThe given action is used to configure the SourceDirectorySet which contains the Groovy source.
aspectj in interface AspectjSourceSetconfigureAction - The action to use to configure the Groovy source.public org.gradle.api.reflect.TypeOf<?> getPublicType()
getPublicType in interface org.gradle.api.reflect.HasPublicTypegetPublicType in class DefaultWeavingSourceSet