Class DownloadIpInfoSite
- java.lang.Object
-
- technology.dice.dicewhere.downloader.Download
-
- technology.dice.dicewhere.downloader.actions.ipinfo.IpInfoBaseDownload
-
- technology.dice.dicewhere.downloader.actions.ipinfo.DownloadIpInfoSite
-
public class DownloadIpInfoSite extends IpInfoBaseDownload
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringdestinationprotected Stringtoken-
Fields inherited from class technology.dice.dicewhere.downloader.actions.ipinfo.IpInfoBaseDownload
dataset, format
-
Fields inherited from class technology.dice.dicewhere.downloader.Download
noCheckMd5, overwrite, verbose
-
-
Constructor Summary
Constructors Constructor Description DownloadIpInfoSite(boolean noCheckMd5, boolean overwrite, boolean verbose, IpInfoDataset dataset, IpInfoFormat format, String token, 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.ipinfo.IpInfoBaseDownload
ipInfoPath
-
Methods inherited from class technology.dice.dicewhere.downloader.Download
checkNecessaryEnvironmentVariables, isVerbose, process
-
-
-
-
Constructor Detail
-
DownloadIpInfoSite
public DownloadIpInfoSite(boolean noCheckMd5, boolean overwrite, boolean verbose, IpInfoDataset dataset, IpInfoFormat format, String token, String destination)
-
-
Method Detail
-
execute
public DownloadExecutionResult execute()
-
-