| 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 |
|---|---|
CopySourceSpec |
CopySourceSpec.from(Object... sourcePaths)
Specifies source files or directories for a copy.
|
CopySourceSpec |
CopySourceSpec.from(Object sourcePath,
Closure configureClosure)
Specifies the source files or directories for a copy and creates a child
CopySourceSpec. |
| 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