Groovy Documentation

org.gradle.language.base
[Java] Interface FunctionalSourceSet

org.gradle.api.Named
  org.gradle.language.base.FunctionalSourceSet
      org.gradle.api.PolymorphicDomainObjectContainer
          java.lang.Iterable
              org.gradle.api.DomainObjectCollection
                  org.gradle.api.NamedDomainObjectCollection
                      org.gradle.api.NamedDomainObjectContainer
                          org.gradle.api.NamedDomainObjectSet
                              org.gradle.api.ExtensiblePolymorphicDomainObjectContainer
                                  org.gradle.util.Configurable
                                      java.util.Collection
All Superinterfaces:
Named, PolymorphicDomainObjectContainer, Iterable, DomainObjectCollection, NamedDomainObjectCollection, NamedDomainObjectContainer, NamedDomainObjectSet, ExtensiblePolymorphicDomainObjectContainer, Configurable, Collection

@Incubating
public interface FunctionalSourceSet
extends ExtensiblePolymorphicDomainObjectContainer, Named

A container holding LanguageSourceSets with a similar function (production code, test code, etc.).


Method Summary
 
Methods inherited from interface Named
getName
 
Methods inherited from interface ExtensiblePolymorphicDomainObjectContainer
registerBinding, registerFactory, registerFactory
 
Methods inherited from interface PolymorphicDomainObjectContainer
create, create
 
Methods inherited from interface NamedDomainObjectContainer
configure, create, create, create, maybeCreate
 
Methods inherited from interface NamedDomainObjectSet
findAll, matching, matching, withType
 

Gradle API 1.7-rc-1