| Package | Description |
|---|---|
| org.gradle.api.internal.plugins | |
| org.gradle.api.plugins |
The standard
Plugin implementations. |
| org.gradle.api.plugins.antlr |
A
Plugin for generating parsers from Antlr grammars. |
| org.gradle.configuration | |
| org.gradle.plugins.binaries |
Provides the binaries container and some generic model elements
|
| org.gradle.plugins.ear |
Support for generating EAR archives in a Gradle build
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPluginCollection<T extends Plugin> |
| Modifier and Type | Method and Description |
|---|---|
<T extends Plugin> |
DefaultProjectsPluginContainer.apply(Class<T> type) |
<T extends Plugin> |
DefaultProjectsPluginContainer.findPlugin(Class<T> type) |
<T extends Plugin> |
DefaultProjectsPluginContainer.getAt(Class<T> type) |
<T extends Plugin> |
DefaultProjectsPluginContainer.getPlugin(Class<T> type) |
<T extends Plugin> |
PluginRegistry.loadPlugin(Class<T> pluginClass) |
<T extends Plugin> |
DefaultPluginRegistry.loadPlugin(Class<T> pluginClass) |
| Modifier and Type | Method and Description |
|---|---|
Plugin |
DefaultProjectsPluginContainer.apply(String id) |
Plugin |
DefaultProjectsPluginContainer.findPlugin(String id) |
Plugin |
DefaultProjectsPluginContainer.getAt(String id) |
Plugin |
DefaultProjectsPluginContainer.getPlugin(String id) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Plugin> |
PluginRegistry.getTypeForId(String pluginId) |
protected Class<? extends Plugin> |
DefaultProjectsPluginContainer.getTypeForId(String id) |
Class<? extends Plugin> |
DefaultPluginRegistry.getTypeForId(String pluginId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultProjectsPluginContainer.hasPlugin(Class<? extends Plugin> type) |
ObjectConfigurationAction |
DefaultObjectConfigurationAction.plugin(Class<? extends Plugin> pluginClass) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PluginCollection<T extends Plugin>
A
PluginCollection represents a collection of Plugin instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
GroovyBasePlugin
A
Plugin which extends the JavaBasePlugin to provide support for compiling and documenting Groovy
source files. |
class |
GroovyPlugin
A
Plugin which extends the JavaPlugin to provide support for compiling and documenting Groovy
source files. |
class |
JavaBasePlugin
A
Plugin which compiles and tests Java source, and assembles it into a JAR file. |
class |
JavaPlugin
A
Plugin which compiles and tests Java source, and assembles it into a JAR file. |
class |
ProjectReportsPlugin
A
Plugin which adds some project visualization report tasks to a project. |
class |
ReportingBasePlugin
A
Plugin which provides the basic skeleton for reporting. |
class |
WarPlugin
A
Plugin which extends the JavaPlugin to add tasks which assemble a web application into a WAR
file. |
| Modifier and Type | Method and Description |
|---|---|
<T extends Plugin> |
PluginContainer.apply(Class<T> type)
Applies a plugin to the project.
|
<T extends Plugin> |
PluginContainer.findPlugin(Class<T> type)
Returns the plugin for the given type.
|
<T extends Plugin> |
PluginContainer.getAt(Class<T> type)
Returns a plugin with the specified type 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.
|
| Modifier and Type | Method and Description |
|---|---|
Plugin |
PluginContainer.apply(String id)
Has the same behavior as
PluginContainer.apply(Class) except that the the plugin is specified via its id. |
Plugin |
PluginContainer.findPlugin(String id)
Returns the plugin for the given id.
|
Plugin |
PluginContainer.getAt(String id)
Returns a plugin with the specified id 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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PluginContainer.hasPlugin(Class<? extends Plugin> type)
Returns true if the container has a plugin with the given type, false otherwise.
|
ObjectConfigurationAction |
ObjectConfigurationAction.plugin(Class<? extends Plugin> pluginClass)
Adds a
Plugin to use to configure the target objects. |
| Modifier and Type | Class and Description |
|---|---|
class |
AntlrPlugin
A plugin for adding Antlr support to
java projects. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ScriptPlugin |
| Modifier and Type | Class and Description |
|---|---|
class |
BinariesPlugin
temp plugin, not sure what will provide the binaries container and model elements
|
| Modifier and Type | Class and Description |
|---|---|
class |
EarPlugin
A
Plugin with tasks which assemble a web application into a EAR file. |
Copyright © 2013. All rights reserved