| Package | Description |
|---|---|
| org.gradle.api.internal.file.archive | |
| org.gradle.api.internal.file.collections |
| Modifier and Type | Class and Description |
|---|---|
class |
TarFileTree |
class |
ZipFileTree |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FileSystemMirroringFileTree
A file tree which maintains a local copy of itself on the filesystem.
|
interface |
LocalFileTree
A file tree whose contents are contained in zero or more local directories.
|
interface |
PatternFilterableFileTree
A file tree which can provide an efficient implementation for filtering using patterns.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DirectoryFileTree
Directory walker supporting
Specs for includes and excludes. |
class |
EmptyFileTree
An empty file collection which is used to mix in some build dependencies.
|
class |
MapFileTree
A
MinimalFileTree which is composed using a mapping from relative path to file source. |
class |
SingletonFileTree
A file tree with a single file entry.
|
| Modifier and Type | Method and Description |
|---|---|
MinimalFileTree |
PatternFilterableFileTree.filter(PatternFilterable patterns) |
MinimalFileTree |
FileTreeAdapter.getTree() |
| Constructor and Description |
|---|
FileTreeAdapter(MinimalFileTree tree) |
Copyright © 2013. All rights reserved