api / org.gradle.api.artifacts / DependencyConstraintSet

DependencyConstraintSet

@Incubating interface DependencyConstraintSet : DomainObjectSet<DependencyConstraint>

A set of dependency constraint definitions that are associated with a configuration.

Since
4.6

Inherited Functions

findAll

abstract fun findAll(spec: Closure<Any>): MutableSet<T>

{@inheritDoc}

matching

abstract fun matching(spec: Spec<in T>): DomainObjectSet<T>
abstract fun matching(spec: Closure<Any>): DomainObjectSet<T>

{@inheritDoc}

withType

abstract fun <S : T> withType(type: Class<S>): DomainObjectSet<S>

{@inheritDoc}