org.gradle.api.tasks
[Java] Interface BinariesContainer
org.gradle.api.DomainObjectCollection
org.gradle.api.tasks.BinariesContainer
java.lang.Iterable
org.gradle.api.NamedDomainObjectCollection
org.gradle.api.NamedDomainObjectSet
java.util.Collection
- All Superinterfaces:
- DomainObjectCollection, Iterable, NamedDomainObjectCollection, NamedDomainObjectSet, Collection
@Incubating
public interface BinariesContainer
extends NamedDomainObjectSet
A container for binaries that in turn contains more specialized containers.
Added to a project by the LanguageBasePlugin.
Methods inherited from interface NamedDomainObjectCollection
|
add, addAll, addRule, addRule, findByName, getAsMap, getAt, getByName, getByName, getNamer, getRules, matching, matching, withType |
Methods inherited from interface Set
|
add, equals, hashCode, clear, contains, isEmpty, size, toArray, toArray, addAll, iterator, remove, containsAll, removeAll, retainAll |
Gradle API 1.5-rc-1