public class DefaultAspectjSourceSet extends DefaultWeavingSourceSet implements AspectjSourceSet, HasPublicType
DefaultGroovySourceSetASPECT_PATH_EXTENSION_NAME, IN_PATH_EXTENSION_NAME| Constructor and Description |
|---|
DefaultAspectjSourceSet(ObjectFactory objectFactory,
SourceSet sourceSet) |
| Modifier and Type | Method and Description |
|---|---|
AspectjSourceSet |
aspectj(Action<? super SourceDirectorySet> configureAction)
Deprecated.
|
AspectjSourceSet |
aspectj(groovy.lang.Closure configureClosure)
Deprecated.
|
SourceDirectorySet |
getAllAspectj()
Deprecated.
|
AspectjSourceDirectorySet |
getAspectj()
Deprecated.
|
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(ObjectFactory objectFactory, SourceSet sourceSet)
@Deprecated public AspectjSourceDirectorySet getAspectj()
AspectjSourceSetgetAspectj in interface AspectjSourceSet@Deprecated public 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(Action<? super 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 TypeOf<?> getPublicType()
getPublicType in interface HasPublicTypegetPublicType in class DefaultWeavingSourceSet