| Package | Description |
|---|---|
| org.gradle.api.internal.tasks | |
| org.gradle.api.tasks |
The standard
Task implementations. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSourceSetOutput |
| Modifier and Type | Method and Description |
|---|---|
SourceSetOutput |
DefaultSourceSet.getOutput() |
| Modifier and Type | Method and Description |
|---|---|
SourceSetOutput |
SourceSet.getOutput()
SourceSetOutput is a FileCollection of all output directories (compiled classes, processed resources, etc.)
and it provides means configure the default output dirs and register additional output dirs. |
Copyright © 2013. All rights reserved