| Package | Description |
|---|---|
| org.gradle.api.internal.plugins | |
| org.gradle.api.plugins |
The standard
Plugin implementations. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPluginCollection<T extends Plugin> |
class |
DefaultProjectsPluginContainer |
| Modifier and Type | Method and Description |
|---|---|
PluginCollection<T> |
DefaultPluginCollection.matching(Closure spec) |
PluginCollection<T> |
DefaultPluginCollection.matching(Spec<? super T> spec) |
<S extends T> |
DefaultPluginCollection.withType(Class<S> type) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PluginContainer
A
PluginContainer is used to manage a set of Plugin instances applied to a
particular project. |
| Modifier and Type | Method and Description |
|---|---|
PluginCollection<T> |
PluginCollection.matching(Closure closure)
Returns a collection which contains the objects in this collection which meet the given closure specification.
|
PluginCollection<T> |
PluginCollection.matching(Spec<? super T> spec)
Returns a collection which contains the objects in this collection which meet the given specification.
|
<S extends T> |
PluginCollection.withType(Class<S> type)
Returns a collection containing the objects in this collection of the given type.
|
Copyright © 2013. All rights reserved