file Collection
Deprecated
Resolves this configuration lazily. The resolve happens when the elements of the returned FileCollection get accessed the first time. This locates and downloads the files which make up this configuration. Only the resulting set of files belonging to the subset of dependencies specified by the dependencySpec is contained in the FileCollection.
Return
The FileCollection with a subset of dependencies of this configuration.
Deprecated
Use getIncoming().artifactView(Action)
with a componentFilter
instead.
Parameters
The spec describing a filter applied to the all the dependencies of this configuration (including dependencies from extended configurations).
Deprecated
Takes a closure which gets coerced into a Spec. Behaves otherwise in the same way as fileCollection.
Return
The FileCollection with a subset of dependencies of this configuration.
Deprecated
Use getIncoming().artifactView(Action)
with a componentFilter
instead.
Parameters
The closure describing a filter applied to the all the dependencies of this configuration (including dependencies from extended configurations).
Deprecated
Resolves this configuration lazily. The resolve happens when the elements of the returned FileCollection get accessed the first time. This locates and downloads the files which make up this configuration. Only the resulting set of files belonging to specified dependencies is contained in the FileCollection.
Return
The FileCollection with a subset of dependencies of this configuration.
Deprecated
Use getIncoming().artifactView(Action)
with a componentFilter
instead.
Parameters
The dependencies for which the FileCollection should contain the files.