| Package | Description |
|---|---|
| technology.dice.dicewhere.downloader.actions.maxmind |
| Modifier and Type | Field and Description |
|---|---|
protected MaxmindFormat |
MaxmindBaseDownload.format |
| Modifier and Type | Method and Description |
|---|---|
static MaxmindFormat |
MaxmindFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaxmindFormat[] |
MaxmindFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DownloadMaxmindS3(boolean noCheckMd5,
boolean overwrite,
boolean verbose,
MaxmindEdition edition,
MaxmindDatabase database,
MaxmindFormat format,
String s3BucketPrefix,
String destination) |
DownloadMaxmindS3(S3ClientConfig s3ClientConfig,
boolean noCheckMd5,
boolean overwrite,
boolean verbose,
MaxmindEdition edition,
MaxmindDatabase database,
MaxmindFormat format,
String s3BucketPrefix,
String destination) |
DownloadMaxmindSite(boolean noCheckMd5,
boolean overwrite,
boolean verbose,
MaxmindEdition edition,
MaxmindDatabase database,
MaxmindFormat format,
String key,
String destination) |
MaxmindBaseDownload(boolean noCheckMd5,
boolean overwrite,
boolean verbose,
MaxmindEdition edition,
MaxmindDatabase database,
MaxmindFormat format) |
Copyright © 2021. All rights reserved.