Package org.gradle.api.tasks
Interface SourceSetContainer
-
- All Superinterfaces:
java.util.Collection<SourceSet>
,Configurable<NamedDomainObjectContainer<SourceSet>>
,DomainObjectCollection<SourceSet>
,DomainObjectSet<SourceSet>
,java.lang.Iterable<SourceSet>
,NamedDomainObjectCollection<SourceSet>
,NamedDomainObjectContainer<SourceSet>
,NamedDomainObjectSet<SourceSet>
,java.util.Set<SourceSet>
public interface SourceSetContainer extends NamedDomainObjectContainer<SourceSet>
ASourceSetContainer
manages a set ofSourceSet
objects.
-
-
Method Summary
-
Methods inherited from interface org.gradle.api.DomainObjectCollection
addAllLater, addLater, all, all, configureEach, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType
-
Methods inherited from interface org.gradle.api.NamedDomainObjectCollection
add, addAll, addRule, addRule, addRule, findByName, getAsMap, getAt, getByName, getByName, getByName, getCollectionSchema, getNamer, getNames, getRules, named, named, named, named
-
Methods inherited from interface org.gradle.api.NamedDomainObjectContainer
configure, create, create, create, maybeCreate, register, register
-
-