Class DriverDownloader
java.lang.Object
de.julianweinelt.datacat.dbx.api.drivers.DriverDownloader
@Deprecated(since="1.0.1-beta.2",
forRemoval=true)
public final class DriverDownloader
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture<File>download(DriverDownloadWrapper.DriverDownload driver, File targetFolder, IntConsumer progress) Deprecated, for removal: This API element is subject to removal in a future version.static CompletableFuture<File>Deprecated, for removal: This API element is subject to removal in a future version.static CompletableFuture<File>download(String db, String version, IntConsumer progress) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
DriverDownloader
public DriverDownloader()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
download
Deprecated, for removal: This API element is subject to removal in a future version. -
download
Deprecated, for removal: This API element is subject to removal in a future version. -
download
public static CompletableFuture<File> download(DriverDownloadWrapper.DriverDownload driver, File targetFolder, IntConsumer progress) Deprecated, for removal: This API element is subject to removal in a future version.
-