| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConfiguration |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFileCollection |
class |
AbstractFileTree |
class |
CompositeFileCollection
A
FileCollection which contains the union of the given source collections. |
class |
CompositeFileTree |
class |
DefaultSourceDirectorySet |
class |
UnionFileCollection |
class |
UnionFileTree |
| 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 |
MinimalFileSet
A minimal file set.
|
interface |
MinimalFileTree
A minimal file tree implementation.
|
interface |
PatternFilterableFileTree
A file tree which can provide an efficient implementation for filtering using patterns.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConfigurableFileCollection
A
FileCollection which resolves a set of paths relative to a FileResolver. |
class |
DefaultConfigurableFileTree |
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 |
FileCollectionAdapter
Adapts a
MinimalFileSet into a full FileCollection. |
class |
FileTreeAdapter
Adapts a
MinimalFileTree into a full FileTree implementation. |
class |
ListBackedFileSet
Adapts a java util collection into a file set.
|
class |
MapFileTree
A
MinimalFileTree which is composed using a mapping from relative path to file source. |
class |
SimpleFileCollection |
class |
SingletonFileTree
A file tree with a single file entry.
|
| Modifier and Type | Method and Description |
|---|---|
List<MinimalFileCollection> |
DefaultFileCollectionResolveContext.resolveAsMinimalFileCollections()
Resolves the contents of this context as a list of atomic
MinimalFileCollection instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSourceSetOutput |
Copyright © 2013. All rights reserved