|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.internal.AbstractDomainObjectCollection
org.gradle.api.internal.DefaultDomainObjectContainer
org.gradle.api.internal.plugins.DefaultPluginCollection
class DefaultPluginCollection extends DefaultDomainObjectContainer
Constructor Summary | |
DefaultPluginCollection(java.lang.Class type)
|
|
DefaultPluginCollection(java.lang.Class type, Store store)
|
Method Summary | |
---|---|
void
|
allPlugins(Action action)
|
void
|
allPlugins(Closure closure)
|
PluginCollection
|
matching(Spec spec)
|
Action
|
whenPluginAdded(Action action)
|
void
|
whenPluginAdded(Closure closure)
|
PluginCollection
|
withType(java.lang.Class type)
|
Methods inherited from class DefaultDomainObjectContainer | |
---|---|
addObject, addRule, addRule, createNotFoundException, findByName, getAsMap, getDisplayName, getRules, getType, matching, storeWithSpec, storeWithType, whenObjectAdded, whenObjectAdded, whenObjectRemoved, withType |
Methods inherited from class AbstractDomainObjectCollection | |
---|---|
allObjects, allObjects, createNotFoundException, findAll, getAll, getAsDynamicObject, getAt, getByName, getByName, getDisplayName, iterator, methodMissing, propertyMissing |
Methods inherited from class java.lang.Object | |
---|---|
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
Constructor Detail |
---|
public DefaultPluginCollection(java.lang.Class type)
public DefaultPluginCollection(java.lang.Class type, Store store)
Method Detail |
---|
public void allPlugins(Action action)
public void allPlugins(Closure closure)
public PluginCollection matching(Spec spec)
public Action whenPluginAdded(Action action)
public void whenPluginAdded(Closure closure)
public PluginCollection withType(java.lang.Class type)
Groovy Documentation