public interface GroovySourceSet
GroovySourceSetConvention defines the properties and methods added to a SourceSet by the GroovyPlugin.| Modifier and Type | Method and Description | 
|---|---|
| SourceDirectorySet | getAllGroovy()All Groovy source for this source set. | 
| SourceDirectorySet | getGroovy()Returns the source to be compiled by the Groovy compiler for this source set. | 
| GroovySourceSet | groovy(Action<? super SourceDirectorySet> configureAction)Configures the Groovy source for this set. | 
| GroovySourceSet | groovy(Closure configureClosure)Configures the Groovy source for this set. | 
SourceDirectorySet getGroovy()
GroovySourceSet groovy(Closure configureClosure)
The given closure is used to configure the SourceDirectorySet which contains the Groovy source.
configureClosure - The closure to use to configure the Groovy source.GroovySourceSet groovy(Action<? super SourceDirectorySet> configureAction)
The given action is used to configure the SourceDirectorySet which contains the Groovy source.
configureAction - The action to use to configure the Groovy source.SourceDirectorySet getAllGroovy()