|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gradle.api.specs.Specs
public class Specs
Provides a number of Spec implementations.
Field Summary | |
---|---|
static Spec |
SATISFIES_ALL
|
static Spec |
SATISFIES_NONE
|
Method Summary | |
---|---|
static AndSpec
|
and(Spec... specs)
|
static Spec
|
convertClosureToSpec(Closure closure)
|
static Set
|
filterIterable(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 Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
public static final Spec SATISFIES_ALL
public static final Spec SATISFIES_NONE
Method Detail |
---|
public static AndSpec and(Spec... specs)
public static Spec convertClosureToSpec(Closure closure)
public static Set filterIterable(Iterable iterable, Spec spec)
public static NotSpec not(Spec spec)
public static OrSpec or(Spec... specs)
public static Spec or(boolean defaultWhenNoSpecs, List specs)
public static Spec satisfyAll()
public static Spec satisfyNone()
Gradle API 1.12