|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConfigurableFileCollection
A ConfigurableFileCollection is a mutable FileCollection.
You can obtain an instance of ConfigurableFileCollection by calling Project.files(Object...)
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.gradle.api.file.FileCollection |
|---|
FileCollection.AntType |
| Method Summary | |
|---|---|
ConfigurableFileCollection |
builtBy(java.lang.Object... tasks)
Registers some tasks which build the files of this collection. |
ConfigurableFileCollection |
from(java.lang.Object... paths)
Adds a set of files to this collection. |
java.util.Set<java.lang.Object> |
getBuiltBy()
Returns the set of tasks which build the files of this collection. |
ConfigurableFileCollection |
setBuiltBy(java.lang.Iterable<?> tasks)
Sets the tasks which build the files of this collection. |
| Methods inherited from interface org.gradle.api.file.FileCollection |
|---|
add, addToAntBuilder, addToAntBuilder, asType, getAsFileTree, getAsPath, getFiles, getSingleFile, plus, stopExecutionIfEmpty |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Methods inherited from interface org.gradle.api.Buildable |
|---|
getBuildDependencies |
| Method Detail |
|---|
ConfigurableFileCollection from(java.lang.Object... paths)
Project.files(Object...).
paths - The files to add.
java.util.Set<java.lang.Object> getBuiltBy()
ConfigurableFileCollection setBuiltBy(java.lang.Iterable<?> tasks)
tasks - The tasks. These are evaluated as for Task.dependsOn(Object...).
ConfigurableFileCollection builtBy(java.lang.Object... tasks)
tasks - The tasks. These are evaluated as for Task.dependsOn(Object...).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||