| Package | Description |
|---|---|
| org.gradle.api.file |
Classes for working with files.
|
| org.gradle.api.internal.file | |
| org.gradle.api.internal.file.archive | |
| org.gradle.api.internal.file.collections | |
| org.gradle.api.internal.file.copy |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyFileVisitor
The EmptyFileVisitor can be extends by implementations that only require to implement one of the 2 visit methods
(dir or file).
|
| Modifier and Type | Method and Description |
|---|---|
FileTree |
FileTree.visit(FileVisitor visitor)
Visits the files and directories in this file tree.
|
| Modifier and Type | Method and Description |
|---|---|
FileTree |
CompositeFileTree.visit(FileVisitor visitor) |
| Modifier and Type | Class and Description |
|---|---|
class |
TarCopySpecVisitor |
class |
ZipCopySpecVisitor |
| Modifier and Type | Method and Description |
|---|---|
void |
ZipFileTree.visit(FileVisitor visitor) |
void |
TarFileTree.visit(FileVisitor visitor) |
| Modifier and Type | Method and Description |
|---|---|
void |
SingletonFileTree.visit(FileVisitor visitor) |
void |
MinimalFileTree.visit(FileVisitor visitor)
Visits the elements of this tree, in breadth-wise order.
|
void |
MapFileTree.visit(FileVisitor visitor) |
FileTree |
FileTreeAdapter.visit(FileVisitor visitor) |
void |
EmptyFileTree.visit(FileVisitor visitor) |
void |
DirectoryFileTree.visit(FileVisitor visitor)
Process the specified file or directory.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CopySpecVisitor |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingCopySpecVisitor |
class |
EmptyCopySpecVisitor |
class |
FileCopySpecVisitor |
class |
MappingCopySpecVisitor |
class |
NormalizingCopySpecVisitor
A
CopySpecVisitor which cleans up the tree as it is visited. |
class |
SyncCopySpecVisitor |
Copyright © 2013. All rights reserved