Package org.gradle.api.artifacts
Interface DependencyConstraintsMetadata
- All Superinterfaces:
Collection<DependencyConstraintMetadata>
,DependenciesMetadata<DependencyConstraintMetadata>
,Iterable<DependencyConstraintMetadata>
public interface DependencyConstraintsMetadata
extends DependenciesMetadata<DependencyConstraintMetadata>
Describes the dependency constraints of a variant declared in a resolved component's metadata, which typically originate from
a component descriptor (Gradle metadata file). This interface can be used to adjust the dependencies
of a published component via metadata rules (see
ComponentMetadataHandler
.- Since:
- 4.5
-
Method Summary
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toArray
Methods inherited from interface org.gradle.api.artifacts.DependenciesMetadata
add, add, add, add