|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gradle.api.specs.CompositeSpec
public abstract class CompositeSpec
A Spec which aggregates a sequence of other Spec instances.
- The target type for this SpecConstructor Summary | |
protected CompositeSpec(Spec... specs)
|
|
protected CompositeSpec(Iterable specs)
|
Method Summary | |
---|---|
boolean
|
equals(Object o)
|
List
|
getSpecs()
|
int
|
hashCode()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
protected CompositeSpec(Spec... specs)
protected CompositeSpec(Iterable specs)
Method Detail |
---|
@Override public boolean equals(Object o)
public List getSpecs()
@Override public int hashCode()
Gradle API 1.12