Uses of Class
technology.dice.dicewhere.downloader.actions.maxmind.MaxmindFormat
-
Packages that use MaxmindFormat Package Description technology.dice.dicewhere.downloader.actions.maxmind -
-
Uses of MaxmindFormat in technology.dice.dicewhere.downloader.actions.maxmind
Fields in technology.dice.dicewhere.downloader.actions.maxmind declared as MaxmindFormat Modifier and Type Field Description protected MaxmindFormatMaxmindBaseDownload. formatMethods in technology.dice.dicewhere.downloader.actions.maxmind that return MaxmindFormat Modifier and Type Method Description static MaxmindFormatMaxmindFormat. 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.Constructors in technology.dice.dicewhere.downloader.actions.maxmind with parameters of type MaxmindFormat Constructor 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)
-