org.gradle.wrapper
Class Install
java.lang.Object
org.gradle.wrapper.Install
public class Install
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WRAPPER_DIR
public static final java.lang.String WRAPPER_DIR
- See Also:
- Constant Field Values
WRAPPER_JAR
public static final java.lang.String WRAPPER_JAR
- See Also:
- Constant Field Values
WRAPPER_PROPERTIES
public static final java.lang.String WRAPPER_PROPERTIES
- See Also:
- Constant Field Values
Install
public Install(boolean alwaysDownload,
boolean alwaysUnpack,
IDownload download,
PathAssembler pathAssembler)
getDownload
public IDownload getDownload()
getPathAssembler
public PathAssembler getPathAssembler()
unzip
public void unzip(java.io.File zip,
java.io.File dest)
throws java.io.IOException
- Throws:
java.io.IOException
copyInputStream
public void copyInputStream(java.io.InputStream in,
java.io.OutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException