|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface GroovySourceSet
A GroovySourceSetConvention defines the properties and methods added to a SourceSet by the org.gradle.api.plugins.GroovyPlugin.
Method Summary | |
---|---|
FileTree
|
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(Closure configureClosure)
Configures the Groovy source for this set. |
Method Detail |
---|
public FileTree getAllGroovy()
public SourceDirectorySet getGroovy()
public GroovySourceSet groovy(Closure configureClosure)
Groovy Documentation