| Package | Description |
|---|---|
| org.gradle.api.internal.tasks | |
| org.gradle.api.plugins |
The standard
Plugin implementations. |
| org.gradle.api.tasks |
The standard
Task implementations. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSourceSet |
| Modifier and Type | Method and Description |
|---|---|
SourceSet |
DefaultSourceSetContainer.add(String name) |
SourceSet |
DefaultSourceSetContainer.add(String name,
Closure closure) |
SourceSet |
DefaultSourceSet.compiledBy(Object... taskPaths) |
protected SourceSet |
DefaultSourceSetContainer.doCreate(String name) |
SourceSet |
DefaultSourceSet.java(Closure configureClosure) |
SourceSet |
DefaultSourceSet.resources(Closure configureClosure) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaBasePlugin.configureForSourceSet(SourceSet sourceSet,
AbstractCompile compile) |
| Modifier and Type | Method and Description |
|---|---|
SourceSet |
SourceSetContainer.add(String name)
Adds a source set with the given name.
|
SourceSet |
SourceSetContainer.add(String name,
Closure configureClosure)
Adds a source set with the given name.
|
SourceSet |
SourceSet.compiledBy(Object... taskPaths)
Registers a set of tasks which are responsible for compiling this source set into the classes directory.
|
SourceSet |
SourceSet.java(Closure configureClosure)
Configures the Java source for this set.
|
SourceSet |
SourceSet.resources(Closure configureClosure)
Configures the non-Java resources for this set.
|
Copyright © 2013. All rights reserved