Groovy Documentation

org.gradle.api.specs
Class AndSpec

java.lang.Object
  org.gradle.api.specs.CompositeSpec
      org.gradle.api.specs.AndSpec

class AndSpec
extends CompositeSpec

author:
Hans Dockter


Constructor Summary
AndSpec(Spec specs)

 
Method Summary
boolean isSatisfiedBy(T object)

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

Constructor Detail

AndSpec

public AndSpec(Spec specs)


 
Method Detail

isSatisfiedBy

public boolean isSatisfiedBy(T object)


 

Groovy Documentation