| Interface | Description |
|---|---|
| DefaultFileCollectionResolveContext.Converter<T> | |
| FileCollectionContainer |
A file collection made up of other file collections.
|
| FileCollectionResolveContext | |
| FileSystemMirroringFileTree |
A file tree which maintains a local copy of itself on the filesystem.
|
| LocalFileTree |
A file tree whose contents are contained in zero or more local directories.
|
| MinimalFileCollection |
A minimal file collection.
|
| MinimalFileSet |
A minimal file set.
|
| MinimalFileTree |
A minimal file tree implementation.
|
| PatternFilterableFileTree |
A file tree which can provide an efficient implementation for filtering using patterns.
|
| RandomAccessFileCollection |
A file collection which can provide an efficient implementation to determine if it contains a given file.
|
| ResolvableFileCollectionResolveContext |
| Class | Description |
|---|---|
| BuildDependenciesOnlyFileCollectionResolveContext |
A
FileCollectionResolveContext which is used to determine the builder dependencies of a file collection hierarchy. |
| DefaultConfigurableFileCollection |
A
FileCollection which resolves a set of paths relative to a FileResolver. |
| DefaultConfigurableFileTree | |
| DefaultFileCollectionResolveContext | |
| DirectoryFileTree |
Directory walker supporting
Specs for includes and excludes. |
| EmptyFileTree |
An empty file collection which is used to mix in some build dependencies.
|
| FileCollectionAdapter |
Adapts a
MinimalFileSet into a full FileCollection. |
| FileTreeAdapter |
Adapts a
MinimalFileTree into a full FileTree implementation. |
| ListBackedFileSet |
Adapts a java util collection into a file set.
|
| MapFileTree |
A
MinimalFileTree which is composed using a mapping from relative path to file source. |
| SimpleFileCollection | |
| SingletonFileTree |
A file tree with a single file entry.
|
Copyright © 2013. All rights reserved