org.gradle.language.base
[Java] Interface ProjectSourceSet
org.gradle.api.NamedDomainObjectContainer
org.gradle.language.base.ProjectSourceSet
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 ProjectSourceSet
extends NamedDomainObjectContainer
A container of FunctionalSourceSets. Added to a project by the
LanguageBasePlugin.
Gradle API 1.9-rc-1