@CompileStatic class SourceSets extends Object
| Constructor and description |
|---|
SourceSets() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static SourceSet |
findMainSourceSet(org.apache.tools.ant.Project project)Finds the main SourceSet for the project |
|
static SourceSet |
findSourceSet(org.apache.tools.ant.Project project, String name)Finds the main SourceSet for the project |
|
static SourceSetContainer |
findSourceSets(org.apache.tools.ant.Project project) |
|
static String |
resolveGrailsAppDir(org.apache.tools.ant.Project project) |
Finds the main SourceSet for the project
project - The projectFinds the main SourceSet for the project
project - The project