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 SummaryConstructorsModifierConstructorDescriptionprotectedprotectedCompositeSpec(Iterable<? extends Spec<? super T>> specs) protectedCompositeSpec(Spec<? super T>... specs) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gradle.api.specs.SpecisSatisfiedBy