|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.specs.CompositeSpec<T>
public abstract class CompositeSpec<T>
Constructor Summary | |
---|---|
protected |
CompositeSpec(Spec<? super T>... specs)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
java.util.List<Spec<? super T>> |
getSpecs()
|
int |
hashCode()
|
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 |
Constructor Detail |
---|
protected CompositeSpec(Spec<? super T>... specs)
Method Detail |
---|
public java.util.List<Spec<? super T>> getSpecs()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |