Package org.gradle.api.specs
Class CompositeSpec<T>
- java.lang.Object
-
- org.gradle.api.specs.CompositeSpec<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CompositeSpec()
protected
CompositeSpec(java.lang.Iterable<? extends Spec<? super T>> specs)
protected
CompositeSpec(Spec<? super T>... specs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.util.List<Spec<? super T>>
getSpecs()
int
hashCode()
boolean
isEmpty()
-
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
-
-