|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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 |
---|
public UnionFileCollection(FileCollection sourceCollections)
Method Detail |
---|
public java.lang.String getDisplayName()
public Set getFiles()
Groovy Documentation