Groovy Documentation

org.gradle.api.internal.artifacts
Class DefaultFileCollection

java.lang.Object
  org.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

DefaultFileCollection

public DefaultFileCollection(File files)


DefaultFileCollection

public DefaultFileCollection(java.lang.Iterable files)


 
Method Detail

getDisplayName

public java.lang.String getDisplayName()


getFiles

public Set getFiles()


 

Groovy Documentation