Uses of Class
technology.dice.dicewhere.downloader.actions.maxmind.MaxmindDatabase
-
Packages that use MaxmindDatabase Package Description technology.dice.dicewhere.downloader.actions.maxmind -
-
Uses of MaxmindDatabase in technology.dice.dicewhere.downloader.actions.maxmind
Fields in technology.dice.dicewhere.downloader.actions.maxmind declared as MaxmindDatabase Modifier and Type Field Description protected MaxmindDatabaseMaxmindBaseDownload. databaseMethods in technology.dice.dicewhere.downloader.actions.maxmind that return MaxmindDatabase Modifier and Type Method Description static MaxmindDatabaseMaxmindDatabase. valueOf(String name)Returns the enum constant of this type with the specified name.static MaxmindDatabase[]MaxmindDatabase. 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 MaxmindDatabase 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)
-