public class BuildDependenciesOnlyFileCollectionResolveContext extends DefaultFileCollectionResolveContext
A FileCollectionResolveContext which is used to determine the builder dependencies of a file collection hierarchy. Ignores the contents of file
collections when resolving, replacing each file collection with an empty tree with the appropriate build dependencies. This is generally more efficient than
resolving the file collections.
Nested contexts created by this context will similarly ignore the contents of file collections.
DefaultFileCollectionResolveContext.Converter<T>| Constructor and Description |
|---|
BuildDependenciesOnlyFileCollectionResolveContext() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Buildable> |
resolveAsBuildables()
Resolves the contents of this context as a list of atomic
Buildable instances. |
add, newContext, push, resolveAsFileCollections, resolveAsFileTrees, resolveAsMinimalFileCollectionsCopyright © 2013. All rights reserved