|
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.DefaultFileCollection
class DefaultFileCollection extends AbstractFileCollection
Constructor Summary | |
DefaultFileCollection(File files)
|
|
DefaultFileCollection(java.lang.Iterable files)
|
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 DefaultFileCollection(File files)
public DefaultFileCollection(java.lang.Iterable files)
Method Detail |
---|
public java.lang.String getDisplayName()
public Set getFiles()
Groovy Documentation