Groovy Documentation

org.gradle.api.internal.artifacts
Class AbstractFileCollection

java.lang.Object
  org.gradle.api.internal.artifacts.AbstractFileCollection
All Implemented Interfaces:
FileCollection

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

AbstractFileCollection()


 
Method Detail

getAsPath

public java.lang.String getAsPath()


getDisplayName

public java.lang.String getDisplayName()
Returns the display name of this file collection. Used in log and error messages.
return:
the display name


getSingleFile

public File getSingleFile()


iterator

public Iterator iterator()


plus

public FileCollection plus(FileCollection collection)


 

Groovy Documentation