|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.util.CompressUtil
class CompressUtil extends java.lang.Object
Constructor Summary | |
CompressUtil()
|
Method Summary | |
---|---|
static void
|
unzip(File source, File destination)
|
static void
|
zip(File baseDir, File destination)
|
Methods inherited from class java.lang.Object | |
---|---|
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
Constructor Detail |
---|
CompressUtil()
Method Detail |
---|
public static void unzip(File source, File destination)
public static void zip(File baseDir, File destination)
Groovy Documentation