| Package | Description |
|---|---|
| org.gradle.api.internal.plugins | |
| org.gradle.api.plugins |
The standard
Plugin implementations. |
| Modifier and Type | Method and Description |
|---|---|
<T extends Plugin> |
DefaultProjectsPluginContainer.getAt(Class<T> type) |
Plugin |
DefaultProjectsPluginContainer.getAt(String id) |
<T extends Plugin> |
DefaultProjectsPluginContainer.getPlugin(Class<T> type) |
Class<? extends Plugin> |
PluginRegistry.getTypeForId(String pluginId) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Plugin> |
PluginContainer.getAt(Class<T> type)
Returns a plugin with the specified type if this plugin has been used in the project.
|
Plugin |
PluginContainer.getAt(String id)
Returns a plugin with the specified id if this plugin has been used in the project.
|
<T extends Plugin> |
PluginContainer.getPlugin(Class<T> type)
Returns a plugin with the specified type if this plugin has been used in the project.
|
Plugin |
PluginContainer.getPlugin(String id)
Returns a plugin with the specified id if this plugin has been used in the project.
|
Copyright © 2013. All rights reserved