org.gradle.api.artifacts
[Java] Interface DependencySet
java.lang.Iterable
org.gradle.api.artifacts.DependencySet
org.gradle.api.Buildable
java.util.Collection
org.gradle.api.DomainObjectCollection
org.gradle.api.DomainObjectSet
- All Superinterfaces:
- Iterable, Buildable, Collection, DomainObjectCollection, DomainObjectSet
public interface DependencySet
extends Buildable, DomainObjectSet
A set of artifact dependencies.
Methods inherited from interface DomainObjectCollection
|
all, all, findAll, matching, matching, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType, withType |
Methods inherited from interface Set
|
add, equals, hashCode, clear, size, isEmpty, contains, addAll, toArray, toArray, iterator, remove, removeAll, containsAll, retainAll |
Gradle API 1.0-milestone-9