Groovy Documentation

org.gradle.nativebinaries.platform
[Java] Interface PlatformContainer

org.gradle.api.NamedDomainObjectSet
  org.gradle.api.DomainObjectCollection
      java.lang.Iterable
          org.gradle.util.Configurable
              org.gradle.api.NamedDomainObjectContainer
                  org.gradle.api.NamedDomainObjectCollection
                      java.util.Collection
                          org.gradle.nativebinaries.platform.PlatformContainer
All Superinterfaces:
NamedDomainObjectSet, DomainObjectCollection, Iterable, Configurable, NamedDomainObjectContainer, NamedDomainObjectCollection, Collection

@Incubating
public interface PlatformContainer
extends NamedDomainObjectContainer

A container of Platforms.


Method Summary
 
Methods inherited from interface NamedDomainObjectContainer
configure, create, create, create, maybeCreate
 
Methods inherited from interface NamedDomainObjectSet
findAll, matching, matching, withType
 

Gradle API 1.11-rc-1