| Package | Description |
|---|---|
| org.gradle.api.file |
Classes for working with files.
|
| org.gradle.api.internal.file.copy | |
| org.gradle.api.tasks |
The standard
Task implementations. |
| Modifier and Type | Method and Description |
|---|---|
CopySpec |
CopySpec.eachFile(Action<? super FileCopyDetails> action)
Adds an action to be applied to each file as it is about to be copied into its destination.
|
CopyProcessingSpec |
CopyProcessingSpec.eachFile(Action<? super FileCopyDetails> action)
Adds an action to be applied to each file as it is about to be copied into its destination.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends Action<? super FileCopyDetails>> |
ReadableCopySpec.getAllCopyActions() |
List<Action<? super FileCopyDetails>> |
CopySpecImpl.getAllCopyActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
RenamingCopyAction.execute(FileCopyDetails fileCopyDetails) |
| Modifier and Type | Method and Description |
|---|---|
CopySpec |
CopySpecImpl.eachFile(Action<? super FileCopyDetails> action) |
CopySpec |
CopyActionImpl.eachFile(Action<? super FileCopyDetails> action) |
| Modifier and Type | Method and Description |
|---|---|
AbstractCopyTask |
AbstractCopyTask.eachFile(Action<? super FileCopyDetails> action)
Adds an action to be applied to each file as it is about to be copied into its destination.
|
Copyright © 2013. All rights reserved