Groovy Documentation

org.gradle.api.internal.artifacts
Class PathResolvingFileCollection

java.lang.Object
  org.gradle.api.internal.artifacts.AbstractFileCollection
      org.gradle.api.internal.artifacts.PathResolvingFileCollection

class PathResolvingFileCollection
extends AbstractFileCollection

A org.gradle.api.artifacts.FileCollection which resolves a set of paths relative to a Project.


Constructor Summary
PathResolvingFileCollection(FileResolver resolver, java.lang.Object files)

 
Method Summary
java.lang.String getDisplayName()

java.util.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

PathResolvingFileCollection

public PathResolvingFileCollection(FileResolver resolver, java.lang.Object files)


 
Method Detail

getDisplayName

public java.lang.String getDisplayName()


getFiles

public java.util.Set getFiles()


 

Groovy Documentation