public class DefaultGosuSourceSet extends java.lang.Object implements GosuSourceSet
| Constructor and Description |
|---|
DefaultGosuSourceSet(java.lang.String displayName,
org.gradle.api.internal.file.FileResolver fileResolver) |
| Modifier and Type | Method and Description |
|---|---|
org.gradle.api.file.SourceDirectorySet |
getGosu()
Returns the source to be compiled by the Gosu compiler for this source set.
|
GosuSourceSet |
gosu(groovy.lang.Closure configureClosure)
Configures the Gosu source for this set.
|
public DefaultGosuSourceSet(java.lang.String displayName,
org.gradle.api.internal.file.FileResolver fileResolver)
public org.gradle.api.file.SourceDirectorySet getGosu()
GosuSourceSetgetGosu in interface GosuSourceSetpublic GosuSourceSet gosu(groovy.lang.Closure configureClosure)
GosuSourceSetThe given closure is used to configure the SourceDirectorySet which contains the Gosu source.
gosu in interface GosuSourceSetconfigureClosure - The closure to use to configure the Gosu source.