| Package | Description |
|---|---|
| org.gradle.api |
Start Here: Gradle's
Project API, which is available from your build files. |
| org.gradle.api.file |
Classes for working with files.
|
| org.gradle.api.internal.file | |
| org.gradle.api.internal.file.collections | |
| org.gradle.api.internal.project |
| Modifier and Type | Method and Description |
|---|---|
ConfigurableFileCollection |
Script.files(Object... paths)
Returns a
ConfigurableFileCollection containing the given files. |
ConfigurableFileCollection |
Project.files(Object... paths)
Returns a
ConfigurableFileCollection containing the given files. |
ConfigurableFileCollection |
Script.files(Object paths,
Closure configureClosure)
Creates a new
ConfigurableFileCollection using the given paths. |
ConfigurableFileCollection |
Project.files(Object paths,
Closure configureClosure)
Creates a new
ConfigurableFileCollection using the given paths. |
| Modifier and Type | Method and Description |
|---|---|
ConfigurableFileCollection |
ConfigurableFileCollection.builtBy(Object... tasks)
Registers some tasks which build the files of this collection.
|
ConfigurableFileCollection |
ConfigurableFileCollection.from(Object... paths)
Adds a set of source paths to this collection.
|
ConfigurableFileCollection |
ConfigurableFileCollection.setBuiltBy(Iterable<?> tasks)
Sets the tasks which build the files of this collection.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurableFileCollection |
FileOperations.files(Object... paths) |
ConfigurableFileCollection |
DefaultFileOperations.files(Object... paths) |
ConfigurableFileCollection |
FileOperations.files(Object paths,
Closure configureClosure) |
ConfigurableFileCollection |
DefaultFileOperations.files(Object paths,
Closure configureClosure) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConfigurableFileCollection
A
FileCollection which resolves a set of paths relative to a FileResolver. |
| Modifier and Type | Method and Description |
|---|---|
ConfigurableFileCollection |
DefaultConfigurableFileCollection.builtBy(Object... tasks) |
ConfigurableFileCollection |
DefaultConfigurableFileCollection.from(Object... paths) |
ConfigurableFileCollection |
DefaultConfigurableFileCollection.setBuiltBy(Iterable<?> tasks) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurableFileCollection |
AbstractProject.files(Object... paths) |
ConfigurableFileCollection |
AbstractProject.files(Object paths,
Closure closure) |
Copyright © 2013. All rights reserved