Interface ArtifactTypeContainer
- All Superinterfaces:
Collection<ArtifactTypeDefinition>, org.gradle.util.Configurable<NamedDomainObjectContainer<ArtifactTypeDefinition>>, DomainObjectCollection<ArtifactTypeDefinition>, Iterable<ArtifactTypeDefinition>, NamedDomainObjectCollection<ArtifactTypeDefinition>, NamedDomainObjectContainer<ArtifactTypeDefinition>, NamedDomainObjectSet<ArtifactTypeDefinition>, Set<ArtifactTypeDefinition>
@Incubating
public interface ArtifactTypeContainer
extends NamedDomainObjectContainer<ArtifactTypeDefinition>
Defines a set of known artifact types and related meta-data. This allows you to fine tune how dependency resolution handles artifacts of a specific type.
Each entry in this container defines a particular artifact type, such as a JAR or an AAR, and some information about that artifact type.
- Since:
- 4.0
-
Method Summary
Methods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface DomainObjectCollection
all, all, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withTypeMethods inherited from interface NamedDomainObjectCollection
add, addAll, addRule, addRule, addRule, findByName, getAsMap, getAt, getByName, getByName, getByName, getNamer, getNames, getRulesMethods inherited from interface NamedDomainObjectContainer
configure, create, create, create, maybeCreateMethods inherited from interface NamedDomainObjectSet
findAll, matching, matching, withType