Groovy Documentation

org.gradle.nativebinaries
[Java] Interface FlavorContainer

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

@Incubating
public interface FlavorContainer
extends NamedDomainObjectContainer

A container of flavors. If no flavor is explicitly configured, will contain a single Flavor named 'default'. Any flavors explicitly configured will overwrite the default flavor.


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

Gradle API 1.9-rc-1