org.gradle.api.internal.plugins
Class DefaultPluginRegistry
java.lang.Object
org.gradle.api.internal.AbstractDomainObjectCollection
org.gradle.api.internal.DefaultDomainObjectContainer
org.gradle.api.internal.plugins.DefaultPluginCollection
org.gradle.api.internal.plugins.AbstractPluginContainer
org.gradle.api.internal.plugins.DefaultPluginRegistry
- All Implemented Interfaces:
- PluginRegistry
class DefaultPluginRegistry
extends AbstractPluginContainer
- author:
- Hans Dockter
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 |
DefaultPluginRegistry
public DefaultPluginRegistry()
-
DefaultPluginRegistry
public DefaultPluginRegistry(File pluginProperties)
-
getIdForType
public java.lang.String getIdForType(java.lang.Class type)
-
getNameForType
public java.lang.String getNameForType(java.lang.Class type)
-
getTypeForId
public java.lang.Class getTypeForId(java.lang.String pluginId)
-
loadPlugin
public Plugin loadPlugin(java.lang.String pluginId)
-
loadPlugin
public T loadPlugin(java.lang.Class pluginClass)
-
Groovy Documentation