|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface Plugin
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.
- The type of object which this plugin can configure.Method Summary | |
---|---|
void
|
apply(Object target)
Apply this plugin to the given target object. |
Method Detail |
---|
public void apply(Object target)
target
- The target object
Gradle API 1.12