Groovy Documentation

org.gradle.api.specs
[Java] Class NotSpec

java.lang.Object
  org.gradle.api.specs.NotSpec
All Implemented Interfaces:
Spec

public class NotSpec

A Spec implementation which negates another Spec.

Parameters:
- 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

NotSpec

public NotSpec(Spec sourceSpec)


 
Method Detail

isSatisfiedBy

public boolean isSatisfiedBy(Object element)


 

Gradle API 1.8