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