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
Constructors -
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, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:AspectjSourceSetReturns 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:
getAspectjin interfaceAspectjSourceSet- Returns:
- The Groovy/Java source. Never returns null.
-
getAllAspectj
Deprecated.Description copied from interface:AspectjSourceSetAll Groovy source for this source set.- Specified by:
getAllAspectjin interfaceAspectjSourceSet- Returns:
- the Groovy source. Never returns null.
-
aspectj
Deprecated.Description copied from interface:AspectjSourceSetConfigures the Groovy source for this set.The given closure is used to configure the
SourceDirectorySetwhich contains the Groovy source.- Specified by:
aspectjin interfaceAspectjSourceSet- Parameters:
configureClosure- The closure to use to configure the Groovy source.- Returns:
- this
-
aspectj
Deprecated.Description copied from interface:AspectjSourceSetConfigures the Groovy source for this set.The given action is used to configure the
SourceDirectorySetwhich contains the Groovy source.- Specified by:
aspectjin interfaceAspectjSourceSet- Parameters:
configureAction- The action to use to configure the Groovy source.- Returns:
- this
-
getPublicType
- Specified by:
getPublicTypein interfaceHasPublicType- Overrides:
getPublicTypein classDefaultWeavingSourceSet
-