| 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 |
CopyProcessingSpec
Specifies the destination of a copy.
|
interface |
CopySpec
A set of specifications for copying files.
|
interface |
FileCopyDetails
Provides details about a file or directory about to be copied, and allows some aspects of the destination file to
be modified.
|
| Modifier and Type | Method and Description |
|---|---|
ContentFilterable |
ContentFilterable.expand(Map<String,?> properties)
Expands property references in each file as it is copied.
|
ContentFilterable |
ContentFilterable.filter(Class<? extends FilterReader> filterType)
Adds a content filter to be used during the copy.
|
ContentFilterable |
ContentFilterable.filter(Closure closure)
Adds a content filter based on the provided closure.
|
ContentFilterable |
ContentFilterable.filter(Map<String,?> properties,
Class<? extends FilterReader> filterType)
Adds a content filter to be used during the copy.
|
| 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 | 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