public class DefaultPublishArtifactSet extends DelegatingDomainObjectSet<PublishArtifact> implements PublishArtifactSet
| Constructor and Description |
|---|
DefaultPublishArtifactSet(String displayName,
DomainObjectSet<PublishArtifact> backingSet) |
| Modifier and Type | Method and Description |
|---|---|
TaskDependency |
getBuildDependencies()
Returns a dependency which contains the tasks which build this artifact.
|
FileCollection |
getFiles() |
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 DefaultPublishArtifactSet(String displayName, DomainObjectSet<PublishArtifact> backingSet)
public FileCollection getFiles()
getFiles in interface PublishArtifactSetpublic 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