|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.internal.artifacts.AbstractFileCollection
class AbstractFileCollection extends java.lang.Object
| Constructor Summary | |
AbstractFileCollection()
|
|
| Method Summary | |
|---|---|
java.lang.String
|
getAsPath()
|
java.lang.String
|
getDisplayName()
Returns the display name of this file collection. |
File
|
getSingleFile()
|
Iterator
|
iterator()
|
FileCollection
|
plus(FileCollection collection)
|
| Methods inherited from class java.lang.Object | |
|---|---|
| hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
| Constructor Detail |
|---|
AbstractFileCollection()
| Method Detail |
|---|
public java.lang.String getAsPath()
public java.lang.String getDisplayName()
public File getSingleFile()
public Iterator iterator()
public FileCollection plus(FileCollection collection)
Groovy Documentation