|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.specs.NotSpec
public class NotSpec
A Spec implementation which negates another Spec.
- The target type for this Spec| Constructor 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.5