Groovy Documentation

org.gradle.api.specs
Class NotSpec

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

class NotSpec

author:
Hans Dockter


Constructor Summary
NotSpec(Spec sourceSpec)

 
Method Summary
boolean isSatisfiedBy(T element)

 
Methods inherited from class java.lang.Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Constructor Detail

NotSpec

public NotSpec(Spec sourceSpec)


 
Method Detail

isSatisfiedBy

public boolean isSatisfiedBy(T element)


 

Groovy Documentation