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
Authors:
Hans Dockter


Constructor Summary
NotSpec(Spec sourceSpec)

 
Method Summary
boolean isSatisfiedBy(T element)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Constructor Detail

NotSpec

public NotSpec(Spec sourceSpec)


 
Method Detail

isSatisfiedBy

public boolean isSatisfiedBy(T element)


 

Groovy Documentation