Package org.gradle.api.artifacts
Interface DependencyConstraintSet
-
- All Superinterfaces:
Collection<DependencyConstraint>
,DomainObjectCollection<DependencyConstraint>
,DomainObjectSet<DependencyConstraint>
,Iterable<DependencyConstraint>
,Set<DependencyConstraint>
@Incubating public interface DependencyConstraintSet extends DomainObjectSet<DependencyConstraint>
A set of dependency constraint definitions that are associated with a configuration.- Since:
- 4.6
-
-
Method Summary
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface org.gradle.api.DomainObjectCollection
addAllLater, addLater, all, all, configureEach, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType
-
Methods inherited from interface org.gradle.api.DomainObjectSet
findAll, matching, matching, withType
-
-