Groovy Documentation

org.gradle.nativebinaries
[Java] Interface PlatformContainer

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

@Incubating
public interface PlatformContainer
extends NamedDomainObjectContainer

A container of native executables.


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

Gradle API 1.10-rc-1