|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gradle.api.specs.NotSpec
public class NotSpec
A Spec implementation which negates another Spec.
- The target type for this SpecConstructor Summary | |
NotSpec(Spec sourceSpec)
|
Method Summary | |
---|---|
boolean
|
isSatisfiedBy(Object element)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
public NotSpec(Spec sourceSpec)
Method Detail |
---|
public boolean isSatisfiedBy(Object element)
Gradle API 1.12