|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - The type of object which this plugin can configure.public interface Plugin<T>
A Plugin represents an extension to Gradle. A plugin applies some configuration to a target object.
Usually, this target object is a Project, but plugins can be applied to any type of
objects.
| Method Summary | |
|---|---|
void |
apply(T target)
Apply this plugin to the given target object. |
| Method Detail |
|---|
void apply(T target)
target - The target object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||