Groovy Documentation

org.gradle.api.plugins
[Java] Interface PluginContainer

org.gradle.api.DomainObjectCollection
  org.gradle.api.plugins.PluginContainer
      org.gradle.api.plugins.PluginCollection
All Superinterfaces:
DomainObjectCollection, PluginCollection

public interface PluginContainer
extends PluginCollection

A PluginContainer is used to manage a set of Plugin instances applied to a particular project.

Plugins can be specified using either an id or type. The id of a plugin is specified using a META-INF/gradle-plugins/${id}.properties classpath resource.

Authors:
Hans Dockter


Method Summary
 
Methods inherited from interface java.lang.Iterable
java.lang.Iterable#iterator()
 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Groovy Documentation