public class LicenseDownloader extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_CONNECTION_TIMEOUT
Defines the connection timeout in milliseconds when attempting to download license files.
|
| Constructor and Description |
|---|
LicenseDownloader(String proxyAddr) |
| Modifier and Type | Method and Description |
|---|---|
void |
downloadFromGitLab(String licenseUrlString,
File outputFile) |
void |
downloadLicense(String licenseUrlString,
String loginPassword,
File outputFile) |
public static final int DEFAULT_CONNECTION_TIMEOUT
public LicenseDownloader(String proxyAddr)
public void downloadLicense(String licenseUrlString, String loginPassword, File outputFile) throws IOException
IOExceptionCopyright © 2010–2023. All rights reserved.