Groovy Documentation

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

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

public interface PluginCollection
extends DomainObjectCollection

A PluginCollection represents a collection of Plugin instances.

Parameters:
- The type of plugins which this collection contains.
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