| Package | Description |
|---|---|
| org.gradle.api.internal.file | |
| org.gradle.api.internal.file.archive | |
| org.gradle.api.internal.file.collections |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<DirectoryFileTree> |
CompositeFileCollection.getAsFileTrees() |
protected Collection<DirectoryFileTree> |
AbstractFileCollection.getAsFileTrees()
Returns this collection as a set of
DirectoryFileTree instances. |
| Modifier and Type | Method and Description |
|---|---|
DirectoryFileTree |
ZipFileTree.getMirror() |
DirectoryFileTree |
TarFileTree.getMirror() |
| Modifier and Type | Method and Description |
|---|---|
DirectoryFileTree |
DirectoryFileTree.depthFirst() |
DirectoryFileTree |
DirectoryFileTree.filter(PatternFilterable patterns) |
DirectoryFileTree |
MapFileTree.getMirror() |
DirectoryFileTree |
FileSystemMirroringFileTree.getMirror()
Returns the directory tree that will contain the copy of this file tree, after all elements of this tree have been visited.
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<DirectoryFileTree> |
FileTreeAdapter.getAsFileTrees() |
Collection<DirectoryFileTree> |
LocalFileTree.getLocalContents() |
Collection<DirectoryFileTree> |
EmptyFileTree.getLocalContents() |
Collection<DirectoryFileTree> |
DirectoryFileTree.getLocalContents() |
Copyright © 2013. All rights reserved