public class Installer extends Object
Downloader
first.Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_DISTRIBUTION_PATH |
Constructor and Description |
---|
Installer(Downloader download,
PathAssembler pathAssembler) |
Modifier and Type | Method and Description |
---|---|
File |
createDist(WrapperConfiguration configuration) |
void |
unzip(File zip,
File dest) |
public static final String DEFAULT_DISTRIBUTION_PATH
public Installer(Downloader download, PathAssembler pathAssembler)
public File createDist(WrapperConfiguration configuration) throws Exception
Exception
public void unzip(File zip, File dest) throws IOException
IOException
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.