Groovy Documentation

org.gradle.api.internal.artifacts
Class UnionFileCollection

java.lang.Object
  org.gradle.api.internal.artifacts.AbstractFileCollection
      org.gradle.api.internal.artifacts.UnionFileCollection

class UnionFileCollection
extends AbstractFileCollection

A org.gradle.api.artifacts.FileCollection which contains the union of the given source collections. Maintains file ordering.


Constructor Summary
UnionFileCollection(FileCollection sourceCollections)

 
Method Summary
java.lang.String getDisplayName()

Set getFiles()

 
Methods inherited from class AbstractFileCollection
getAsPath, getDisplayName, getSingleFile, iterator, plus
 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Constructor Detail

UnionFileCollection

public UnionFileCollection(FileCollection sourceCollections)


 
Method Detail

getDisplayName

public java.lang.String getDisplayName()


getFiles

public Set getFiles()


 

Groovy Documentation