Class DownloadMaxmindSite
- java.lang.Object
-
- technology.dice.dicewhere.downloader.Download
-
- technology.dice.dicewhere.downloader.actions.maxmind.MaxmindBaseDownload
-
- technology.dice.dicewhere.downloader.actions.maxmind.DownloadMaxmindSite
-
public class DownloadMaxmindSite extends MaxmindBaseDownload
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringdestinationprotected Stringkey-
Fields inherited from class technology.dice.dicewhere.downloader.actions.maxmind.MaxmindBaseDownload
database, edition, format
-
Fields inherited from class technology.dice.dicewhere.downloader.Download
noCheckMd5, overwrite, verbose
-
-
Constructor Summary
Constructors Constructor Description DownloadMaxmindSite(boolean noCheckMd5, boolean overwrite, boolean verbose, MaxmindEdition edition, MaxmindDatabase database, MaxmindFormat format, String key, String destination)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DownloadExecutionResultexecute()-
Methods inherited from class technology.dice.dicewhere.downloader.actions.maxmind.MaxmindBaseDownload
maxmindPath
-
Methods inherited from class technology.dice.dicewhere.downloader.Download
checkNecessaryEnvironmentVariables, isVerbose, process
-
-
-
-
Constructor Detail
-
DownloadMaxmindSite
public DownloadMaxmindSite(boolean noCheckMd5, boolean overwrite, boolean verbose, MaxmindEdition edition, MaxmindDatabase database, MaxmindFormat format, String key, String destination)
-
-
Method Detail
-
execute
public DownloadExecutionResult execute()
-
-