Class DefaultAspectjSourceSet
java.lang.Object
io.freefair.gradle.plugins.aspectj.internal.DefaultWeavingSourceSet
io.freefair.gradle.plugins.aspectj.internal.DefaultAspectjSourceSet
- All Implemented Interfaces:
AspectjSourceSet
,WeavingSourceSet
,HasPublicType
public class DefaultAspectjSourceSet
extends DefaultWeavingSourceSet
implements AspectjSourceSet, HasPublicType
- See Also:
-
DefaultGroovySourceSet
-
Field Summary
Fields inherited from interface io.freefair.gradle.plugins.aspectj.WeavingSourceSet
ASPECT_PATH_EXTENSION_NAME, IN_PATH_EXTENSION_NAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaspectj
(groovy.lang.Closure configureClosure) Deprecated.aspectj
(Action<? super SourceDirectorySet> configureAction) Deprecated.Deprecated.Deprecated.TypeOf<?>
Methods inherited from class io.freefair.gradle.plugins.aspectj.internal.DefaultWeavingSourceSet
canEqual, equals, getAspectConfigurationName, getAspectPath, getInPath, getInpathConfigurationName, getSourceSet, hashCode, setAspectPath, setInPath, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.freefair.gradle.plugins.aspectj.WeavingSourceSet
getAspectConfigurationName, getAspectPath, getInPath, getInpathConfigurationName, setAspectPath, setInPath
-
Constructor Details
-
DefaultAspectjSourceSet
-
-
Method Details
-
getAspectj
Deprecated.Description copied from interface:AspectjSourceSet
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.- Specified by:
getAspectj
in interfaceAspectjSourceSet
- Returns:
- The Groovy/Java source. Never returns null.
-
getAllAspectj
Deprecated.Description copied from interface:AspectjSourceSet
All Groovy source for this source set.- Specified by:
getAllAspectj
in interfaceAspectjSourceSet
- Returns:
- the Groovy source. Never returns null.
-
aspectj
Deprecated.Description copied from interface:AspectjSourceSet
Configures the Groovy source for this set.The given closure is used to configure the
SourceDirectorySet
which contains the Groovy source.- Specified by:
aspectj
in interfaceAspectjSourceSet
- Parameters:
configureClosure
- The closure to use to configure the Groovy source.- Returns:
- this
-
aspectj
Deprecated.Description copied from interface:AspectjSourceSet
Configures the Groovy source for this set.The given action is used to configure the
SourceDirectorySet
which contains the Groovy source.- Specified by:
aspectj
in interfaceAspectjSourceSet
- Parameters:
configureAction
- The action to use to configure the Groovy source.- Returns:
- this
-
getPublicType
- Specified by:
getPublicType
in interfaceHasPublicType
- Overrides:
getPublicType
in classDefaultWeavingSourceSet
-