public class Install extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_DISTRIBUTION_PATH |
| Constructor and Description |
|---|
Install(IDownload download,
PathAssembler pathAssembler) |
| Modifier and Type | Method and Description |
|---|---|
void |
copyInputStream(InputStream in,
OutputStream out) |
File |
createDist(WrapperConfiguration configuration) |
void |
unzip(File zip,
File dest) |
public static final String DEFAULT_DISTRIBUTION_PATH
public Install(IDownload download, PathAssembler pathAssembler)
public File createDist(WrapperConfiguration configuration) throws Exception
Exceptionpublic void unzip(File zip, File dest) throws IOException
IOExceptionpublic void copyInputStream(InputStream in, OutputStream out) throws IOException
IOExceptionCopyright © 2013. All rights reserved