org.gradle.language.base
[Java] Interface ProjectSourceSet
org.gradle.api.NamedDomainObjectSet
org.gradle.api.NamedDomainObjectContainer
org.gradle.api.NamedDomainObjectCollection
java.lang.Iterable
org.gradle.api.DomainObjectCollection
org.gradle.util.Configurable
org.gradle.language.base.ProjectSourceSet
java.util.Collection
- All Superinterfaces:
- NamedDomainObjectSet, NamedDomainObjectContainer, NamedDomainObjectCollection, Iterable, DomainObjectCollection, Configurable, Collection
@Incubating
public interface ProjectSourceSet
extends NamedDomainObjectContainer
A container of FunctionalSourceSets. Added to a project by the
LanguageBasePlugin.
Gradle API 1.12