Groovy Documentation

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

org.gradle.api.NamedDomainObjectSet
  org.gradle.api.NamedDomainObjectContainer
      org.gradle.api.NamedDomainObjectCollection
          java.lang.Iterable
              org.gradle.nativebinaries.platform.PlatformContainer
                  org.gradle.api.DomainObjectCollection
                      org.gradle.util.Configurable
                          java.util.Collection
All Superinterfaces:
NamedDomainObjectSet, NamedDomainObjectContainer, NamedDomainObjectCollection, Iterable, DomainObjectCollection, Configurable, 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.12