Groovy Documentation

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

org.gradle.api.Named
  org.gradle.api.NamedDomainObjectSet
      org.gradle.api.NamedDomainObjectContainer
          org.gradle.api.DomainObjectCollection
              org.gradle.api.NamedDomainObjectCollection
                  org.gradle.api.PolymorphicDomainObjectContainer
                      java.lang.Iterable
                          org.gradle.language.base.FunctionalSourceSet
                              org.gradle.util.Configurable
                                  org.gradle.api.ExtensiblePolymorphicDomainObjectContainer
                                      java.util.Collection
All Superinterfaces:
Named, NamedDomainObjectSet, NamedDomainObjectContainer, DomainObjectCollection, NamedDomainObjectCollection, PolymorphicDomainObjectContainer, Iterable, Configurable, ExtensiblePolymorphicDomainObjectContainer, 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.10-rc-1