Package org.gradle.api.specs
package org.gradle.api.specs
Classes for defining general purpose criteria.
-
ClassDescriptionAndSpec<T>A
CompositeSpec
which requires all its specs to be true in order to evaluate to true.ASpec
which aggregates a sequence of otherSpec
instances.NotSpec<T>ASpec
implementation which negates anotherSpec
.OrSpec<T>ACompositeSpec
which requires any one of its specs to be true in order to evaluate to true.Spec<T>Represents some predicate against objects of type T.Provides a number ofSpec
implementations.