Uses of Interface
technology.dice.dicewhere.downloader.destination.FileAcceptor
-
-
Uses of FileAcceptor in technology.dice.dicewhere.downloader
Methods in technology.dice.dicewhere.downloader with parameters of type FileAcceptor Modifier and Type Method Description protected DownloadExecutionResultDownload. process(FileAcceptor<?> acceptor, FileSource fileSource) -
Uses of FileAcceptor in technology.dice.dicewhere.downloader.destination
Methods in technology.dice.dicewhere.downloader.destination that return FileAcceptor Modifier and Type Method Description static FileAcceptorFileAcceptorFactory. acceptorFor(URI destination)static FileAcceptorFileAcceptorFactory. acceptorFor(Path destination) -
Uses of FileAcceptor in technology.dice.dicewhere.downloader.destination.local
Classes in technology.dice.dicewhere.downloader.destination.local that implement FileAcceptor Modifier and Type Class Description classLocalFileAcceptor -
Uses of FileAcceptor in technology.dice.dicewhere.downloader.destination.s3
Classes in technology.dice.dicewhere.downloader.destination.s3 that implement FileAcceptor Modifier and Type Class Description classS3FileAcceptorMethods in technology.dice.dicewhere.downloader.destination.s3 that return types with arguments of type FileAcceptor Modifier and Type Method Description software.amazon.awssdk.utils.Pair<FileAcceptor,S3Source>S3DownloadSetup. setupDownload(String destination, S3ObjectPath s3ObjectPath, String pathInfix) -
Uses of FileAcceptor in technology.dice.dicewhere.downloader.source
Methods in technology.dice.dicewhere.downloader.source with parameters of type FileAcceptor Modifier and Type Method Description MD5ChecksumBaseUrlSource. produce(FileAcceptor acceptor, boolean noMd5Check)MD5ChecksumFileSource. produce(FileAcceptor consumer, boolean noMd5Check) -
Uses of FileAcceptor in technology.dice.dicewhere.downloader.source.s3
Methods in technology.dice.dicewhere.downloader.source.s3 with parameters of type FileAcceptor Modifier and Type Method Description MD5ChecksumS3Source. produce(FileAcceptor consumer, boolean noMd5Check)
-