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