| Package | Description |
|---|---|
| org.gradle.api.file |
Classes for working with files.
|
| org.gradle.api.internal.file.archive | |
| org.gradle.api.internal.file.copy | |
| org.gradle.api.internal.plugins | |
| org.gradle.api.tasks |
The standard
Task implementations. |
| org.gradle.api.tasks.bundling |
The archive bundling
Task implementations. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CopySpec
A set of specifications for copying files.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
CopyProcessingSpec |
CopyProcessingSpec.eachFile(Closure closure)
Adds an action to be applied to each file as it about to be copied into its destination.
|
CopyProcessingSpec |
CopyProcessingSpec.into(Object destPath)
Specifies the destination directory for a copy.
|
CopyProcessingSpec |
CopyProcessingSpec.rename(Closure closure)
Renames a source file to a different relative location under the target directory.
|
CopyProcessingSpec |
CopySpec.rename(Pattern sourceRegEx,
String replaceWith)
Renames files based on a regular expression.
|
CopyProcessingSpec |
CopyProcessingSpec.rename(Pattern sourceRegEx,
String replaceWith)
Renames files based on a regular expression.
|
CopyProcessingSpec |
CopyProcessingSpec.rename(String sourceRegEx,
String replaceWith)
Renames files based on a regular expression.
|
CopyProcessingSpec |
CopyProcessingSpec.setDirMode(Integer mode)
Sets the Unix permissions to use for the target directories.
|
CopyProcessingSpec |
CopyProcessingSpec.setFileMode(Integer mode)
Sets the Unix permissions to use for the target files.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TarCopyAction |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArchiveCopyAction |
interface |
CopyAction |
interface |
FileCopyAction |
| Modifier and Type | Class and Description |
|---|---|
class |
CopyActionImpl |
class |
CopySpecImpl |
class |
FileCopyActionImpl |
| Modifier and Type | Method and Description |
|---|---|
CopyProcessingSpec |
CopySpecImpl.setDirMode(Integer mode) |
CopyProcessingSpec |
CopyActionImpl.setDirMode(Integer mode) |
CopyProcessingSpec |
CopySpecImpl.setFileMode(Integer mode) |
CopyProcessingSpec |
CopyActionImpl.setFileMode(Integer mode) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessResources |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCopyTask
AbstractCopyTask is the base class for all copy tasks. |
class |
Copy
Copies files into a destination directory.
|
class |
Sync
Synchronises the contents of a destination directory with some source directories and files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractArchiveTask
AbstractArchiveTask is the base class for all archive tasks. |
class |
Tar
Assembles a TAR archive.
|
class |
Zip
Assembles a ZIP archive.
|
Copyright © 2013. All rights reserved