Groovy Documentation

org.gradle.api
[Java] Interface NamedDomainObjectContainer

org.gradle.api.NamedDomainObjectCollection
  org.gradle.api.NamedDomainObjectContainer
      org.gradle.api.DomainObjectCollection
All Superinterfaces:
NamedDomainObjectCollection, DomainObjectCollection

public interface NamedDomainObjectContainer
extends NamedDomainObjectCollection

A DomainObjectContainer represents a mutable collection of domain objects of type T.

Parameters:
- The type of domain objects in this container.


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