Package org.gradle.api.tasks
Interface SourceSetContainer
- All Superinterfaces:
Collection<SourceSet>,org.gradle.util.Configurable<NamedDomainObjectContainer<SourceSet>>,DomainObjectCollection<SourceSet>,Iterable<SourceSet>,NamedDomainObjectCollection<SourceSet>,NamedDomainObjectContainer<SourceSet>,NamedDomainObjectSet<SourceSet>,Set<SourceSet>
public interface SourceSetContainer
extends NamedDomainObjectContainer<SourceSet>, NamedDomainObjectSet<SourceSet>
A
SourceSetContainer manages a set of SourceSet objects.-
Method Summary
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface org.gradle.api.DomainObjectCollection
all, all, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withTypeMethods inherited from interface org.gradle.api.NamedDomainObjectCollection
add, addAll, addRule, addRule, addRule, findByName, getAsMap, getAt, getByName, getByName, getByName, getNamer, getNames, getRulesMethods inherited from interface org.gradle.api.NamedDomainObjectContainer
configure, create, create, create, maybeCreateMethods inherited from interface org.gradle.api.NamedDomainObjectSet
findAll, matching, matching, withType