Package org.gradle.api.specs
Class CompositeSpec<T>
java.lang.Object
org.gradle.api.specs.CompositeSpec<T>
- Type Parameters:
T
- The target type for this Spec
- All Implemented Interfaces:
Spec<T>
A
Spec
which aggregates a sequence of other Spec
instances.-
Constructor Summary
ModifierConstructorDescriptionprotected
protected
CompositeSpec
(Iterable<? extends Spec<? super T>> specs) protected
CompositeSpec
(Spec<? super T>... specs) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.gradle.api.specs.Spec
isSatisfiedBy