Package org.gradle.api.artifacts
Interface ResolvableConfiguration
-
- All Superinterfaces:
AntBuilderAware
,Buildable
,Configuration
,FileCollection
,HasAttributes
,HasConfigurableAttributes<Configuration>
,java.lang.Iterable<java.io.File>
,Named
@Incubating public interface ResolvableConfiguration extends Configuration
AConfiguration
which performs dependency resolution to build dependency graphs and resolve artifacts.- Since:
- 8.4
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.gradle.api.artifacts.Configuration
Configuration.Namer, Configuration.State
-
Nested classes/interfaces inherited from interface org.gradle.api.file.FileCollection
FileCollection.AntType
-
-
Method Summary
-
Methods inherited from interface org.gradle.api.artifacts.Configuration
copy, copy, copy, copyRecursive, copyRecursive, copyRecursive, defaultDependencies, disableConsistentResolution, exclude, extendsFrom, fileCollection, fileCollection, fileCollection, files, files, files, fromDependencyCollector, getAll, getAllArtifacts, getAllDependencies, getAllDependencyConstraints, getArtifacts, getBuildDependencies, getDependencies, getDependencyConstraints, getDescription, getExcludeRules, getExtendsFrom, getHierarchy, getIncoming, getOutgoing, getResolutionStrategy, getResolvedConfiguration, getState, getTaskDependencyFromProjectDependency, getUploadTaskName, isCanBeConsumed, isCanBeDeclared, isCanBeResolved, isTransitive, isVisible, outgoing, resolutionStrategy, resolutionStrategy, resolve, setCanBeConsumed, setCanBeDeclared, setCanBeResolved, setDescription, setExtendsFrom, setTransitive, setVisible, shouldResolveConsistentlyWith, withDependencies
-
Methods inherited from interface org.gradle.api.file.FileCollection
addToAntBuilder, addToAntBuilder, contains, filter, filter, getAsFileTree, getAsPath, getElements, getFiles, getSingleFile, isEmpty, minus, plus
-
Methods inherited from interface org.gradle.api.attributes.HasAttributes
getAttributes
-
Methods inherited from interface org.gradle.api.attributes.HasConfigurableAttributes
attributes
-
-