public class DefaultDependencySet extends DelegatingDomainObjectSet<Dependency> implements DependencySet
| Constructor and Description |
|---|
DefaultDependencySet(String displayName,
DomainObjectSet<Dependency> backingSet) |
| Modifier and Type | Method and Description |
|---|---|
TaskDependency |
getBuildDependencies()
Returns a dependency which contains the tasks which build this artifact.
|
String |
toString() |
add, addAll, all, all, clear, contains, containsAll, findAll, isEmpty, iterator, matching, matching, remove, removeAll, retainAll, size, toArray, toArray, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType, withTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindAll, matching, matching, withTypeall, all, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withTypepublic DefaultDependencySet(String displayName, DomainObjectSet<Dependency> backingSet)
public TaskDependency getBuildDependencies()
BuildableBuildable implementations
must ensure that the returned dependency object is live, so that it tracks changes to the dependencies of this
buildable.getBuildDependencies in interface BuildableCopyright © 2013. All rights reserved