|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.gradle.api.DomainObjectContainerorg.gradle.api.artifacts.ConfigurationContainer
org.gradle.api.artifacts.dsl.ConfigurationHandler
org.gradle.api.DomainObjectCollection
interface ConfigurationHandler extends ConfigurationContainer
Method Summary | |
---|---|
void
|
configure(Closure closure)
|
Methods inherited from interface ConfigurationContainer | |
---|---|
add, add, detachedConfiguration, getAt, getByName, getByName |
Methods inherited from interface DomainObjectContainer | |
---|---|
addRule, getRules |
Methods inherited from interface DomainObjectCollection | |
---|---|
allObjects, allObjects, findAll, findByName, getAll, getAsMap, getAt, getByName, getByName, matching, whenObjectAdded, whenObjectAdded, whenObjectRemoved, withType |
Methods inherited from interface java.lang.Iterable | |
---|---|
iterator |
Methods inherited from class java.lang.Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Method Detail |
---|
public void configure(Closure closure)
Groovy Documentation