@groovy.transform.CompileStatic class SourceSets extends java.lang.Object
| Constructor and description |
|---|
SourceSets() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static SourceSet |
findMainSourceSet(Project project)Finds the main SourceSet for the project |
|
static SourceSet |
findSourceSet(Project project, java.lang.String name)Finds the main SourceSet for the project |
|
static SourceSetContainer |
findSourceSets(Project project) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |
Finds the main SourceSet for the project
project - The projectFinds the main SourceSet for the project
project - The project