Package org.gradle.api.artifacts
Interface DependencyConstraintsMetadata
-
- All Superinterfaces:
java.util.Collection<DependencyConstraintMetadata>
,DependenciesMetadata<DependencyConstraintMetadata>
,java.lang.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 (seeComponentMetadataHandler
.- 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
-
-