Interface AspectjSourceSet
- All Superinterfaces:
WeavingSourceSet
- All Known Implementing Classes:
DefaultAspectjSourceSet
- See Also:
-
Field Summary
Fields inherited from interface io.freefair.gradle.plugins.aspectj.WeavingSourceSet
ASPECT_PATH_EXTENSION_NAME, IN_PATH_EXTENSION_NAME
-
Method Summary
Modifier and TypeMethodDescriptionaspectj
(groovy.lang.Closure configureClosure) Deprecated.aspectj
(Action<? super SourceDirectorySet> configureAction) Deprecated.UsegetAspectj(SourceSet)
instead.Deprecated.Deprecated.UsegetAspectj(SourceSet)
instead.static AspectjSourceDirectorySet
getAspectj
(SourceSet sourceSet) Methods inherited from interface io.freefair.gradle.plugins.aspectj.WeavingSourceSet
getAspectConfigurationName, getAspectPath, getInPath, getInpathConfigurationName, setAspectPath, setInPath
-
Method Details
-
getAspectj
Deprecated.UsegetAspectj(SourceSet)
instead.Returns the source to be compiled by the Groovy compiler for this source set. Any Java source present in this set will be passed to the Groovy compiler for joint compilation.- Returns:
- The Groovy/Java source. Never returns null.
-
aspectj
Deprecated.UsegetAspectj(SourceSet)
instead.Configures the Groovy source for this set.The given closure is used to configure the
SourceDirectorySet
which contains the Groovy source.- Parameters:
configureClosure
- The closure to use to configure the Groovy source.- Returns:
- this
-
aspectj
Deprecated.UsegetAspectj(SourceSet)
instead.Configures the Groovy source for this set.The given action is used to configure the
SourceDirectorySet
which contains the Groovy source.- Parameters:
configureAction
- The action to use to configure the Groovy source.- Returns:
- this
-
getAllAspectj
Deprecated.All Groovy source for this source set.- Returns:
- the Groovy source. Never returns null.
-
getAspectj
-
getAspectj(SourceSet)
instead.