Class DownloadIpInfoS3
- java.lang.Object
-
- technology.dice.dicewhere.downloader.Download
-
- technology.dice.dicewhere.downloader.actions.ipinfo.IpInfoBaseDownload
-
- technology.dice.dicewhere.downloader.actions.ipinfo.DownloadIpInfoS3
-
public class DownloadIpInfoS3 extends IpInfoBaseDownload
-
-
Field Summary
-
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 DownloadIpInfoS3(boolean noCheckMd5, boolean overwrite, boolean verbose, IpInfoDataset dataset, IpInfoFormat format, String s3BucketPrefix, String destination)DownloadIpInfoS3(S3ClientConfig s3ClientConfig, boolean noCheckMd5, boolean overwrite, boolean verbose, IpInfoDataset dataset, IpInfoFormat format, String s3BucketPrefix, 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
-
DownloadIpInfoS3
public DownloadIpInfoS3(S3ClientConfig s3ClientConfig, boolean noCheckMd5, boolean overwrite, boolean verbose, IpInfoDataset dataset, IpInfoFormat format, String s3BucketPrefix, String destination)
-
DownloadIpInfoS3
public DownloadIpInfoS3(boolean noCheckMd5, boolean overwrite, boolean verbose, IpInfoDataset dataset, IpInfoFormat format, String s3BucketPrefix, String destination)
-
-
Method Detail
-
execute
public DownloadExecutionResult execute()
-
-