Class IpInfoBaseDownload
- java.lang.Object
-
- technology.dice.dicewhere.downloader.Download
-
- technology.dice.dicewhere.downloader.actions.ipinfo.IpInfoBaseDownload
-
- Direct Known Subclasses:
DownloadIpInfoS3,DownloadIpInfoSite
public abstract class IpInfoBaseDownload extends Download
-
-
Field Summary
Fields Modifier and Type Field Description protected IpInfoDatasetdatasetprotected IpInfoFormatformat-
Fields inherited from class technology.dice.dicewhere.downloader.Download
noCheckMd5, overwrite, verbose
-
-
Constructor Summary
Constructors Constructor Description IpInfoBaseDownload(boolean noCheckMd5, boolean overwrite, boolean verbose, IpInfoDataset dataset, IpInfoFormat format)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringipInfoPath()-
Methods inherited from class technology.dice.dicewhere.downloader.Download
checkNecessaryEnvironmentVariables, execute, isVerbose, process
-
-
-
-
Field Detail
-
dataset
protected final IpInfoDataset dataset
-
format
protected final IpInfoFormat format
-
-
Constructor Detail
-
IpInfoBaseDownload
public IpInfoBaseDownload(boolean noCheckMd5, boolean overwrite, boolean verbose, IpInfoDataset dataset, IpInfoFormat format)
-
-
Method Detail
-
ipInfoPath
protected String ipInfoPath()
-
-