public class DefaultGroovySourceSet extends Object implements GroovySourceSet
| Constructor and Description |
|---|
DefaultGroovySourceSet(String displayName,
FileResolver fileResolver) |
| 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(Closure configureClosure)
Configures the Groovy source for this set.
|
public DefaultGroovySourceSet(String displayName, FileResolver fileResolver)
public SourceDirectorySet getGroovy()
GroovySourceSetgetGroovy in interface GroovySourceSetpublic GroovySourceSet groovy(Closure configureClosure)
GroovySourceSetThe given closure is used to configure the SourceDirectorySet which contains the Groovy source.
groovy in interface GroovySourceSetconfigureClosure - The closure to use to configure the Groovy source.public SourceDirectorySet getAllGroovy()
GroovySourceSetgetAllGroovy in interface GroovySourceSetCopyright © 2013. All rights reserved