ResolvedConfiguration

A ResolvedConfiguration represents the result of resolving a Configuration, and provides access to both the artifacts and the meta-data of the result.

Functions

Link copied to clipboard
abstract fun getFiles(): Set<File>
Returns the files for the configuration dependencies.
abstract fun getFiles(dependencySpec: Spec<in Dependency>): Set<File>
Returns the files for the specified subset of configuration dependencies.
Link copied to clipboard
Returns the ResolvedDependency instances for each direct dependency of the configuration.
Returns the ResolvedDependency instances for each direct dependency of the configuration that matches the given spec.
Link copied to clipboard
Provides configuration that does not fail eagerly when some dependencies are not resolved.
Link copied to clipboard
Returns the set of artifact meta-data for this configuration.
Link copied to clipboard
abstract fun hasError(): Boolean
Returns whether all dependencies were successfully retrieved or not.
Link copied to clipboard
abstract fun rethrowFailure()
A resolve of a configuration that is not successful does not automatically throws an exception.