Groovy Documentation

org.gradle.api.specs
Class Specs

java.lang.Object
  org.gradle.api.specs.Specs

class Specs

author:
Hans Dockter


Field Summary
static Spec SATISFIES_ALL

 
Constructor Summary
Specs()

 
Method Summary
static AndSpec and(Spec specs)

static Set filterIterable(java.lang.Iterable iterable, Spec spec)

static NotSpec not(Spec spec)

static OrSpec or(Spec specs)

static Spec or(boolean defaultWhenNoSpecs, List specs)

static Spec satisfyAll()

static Spec satisfyNone()

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

Field Detail

SATISFIES_ALL

static final Spec SATISFIES_ALL


 
Constructor Detail

Specs

Specs()


 
Method Detail

and

public static AndSpec and(Spec specs)


filterIterable

public static Set filterIterable(java.lang.Iterable iterable, Spec spec)


not

public static NotSpec not(Spec spec)


or

public static OrSpec or(Spec specs)


or

public static Spec or(boolean defaultWhenNoSpecs, List specs)


satisfyAll

public static Spec satisfyAll()


satisfyNone

public static Spec satisfyNone()


 

Groovy Documentation