@CompileStatic class ConfigureUtil extends Object
Wraps org.gradle.util.internal.ConfigureUtil to immediately bubble up any MissingMethodExceptions.
| Constructor and description |
|---|
ConfigureUtil
() |
| Type Params | Return Type | Name and description |
|---|---|---|
<T> |
static T |
configure(Closure configureClosure, T target) |
<T> |
static T |
configureByMap(Map<?, ?> properties, T delegate) |
<T> |
static T |
configureByMap(Map<?, ?> properties, T delegate, Collection<?> mandatoryKeys) |
<T> |
static T |
configureSelf(Closure configureClosure, T target) |
<T> |
static T |
configureSelf(Closure configureClosure, T target, ConfigureDelegate closureDelegate) |
<T> |
static Action<T> |
configureUsing(Closure configureClosure) |