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>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedCompositeSpec(Iterable<? extends Spec<? super T>> specs) protectedCompositeSpec(Spec<? super T>... specs) -
Method Summary
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Spec
isSatisfiedBy
-
Constructor Details
-
CompositeSpec
protected CompositeSpec() -
CompositeSpec
-
CompositeSpec
-
-
Method Details
-
getSpecs
-
isEmpty
public boolean isEmpty() -
equals
-
hashCode
-