Groovy Documentation

com.github.rholder.gradle.util
[Groovy] Class Files

java.lang.Object
  com.github.rholder.gradle.util.Files

class Files

Method Summary
static void outputResourceFromClasspath(java.lang.String classpathName, java.io.File outputFile)

Pull a resource out of the current classpath and write a copy of it to the given location.

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Method Detail

outputResourceFromClasspath

static void outputResourceFromClasspath(java.lang.String classpathName, java.io.File outputFile)
Pull a resource out of the current classpath and write a copy of it to the given location.
Parameters:
classpathName
outputFile


 

Groovy Documentation