| Package | Description |
|---|---|
| de.flapdoodle.embed.process.store |
| Modifier and Type | Class and Description |
|---|---|
class |
UrlConnectionDownloader
Class for downloading runtime
|
| Modifier and Type | Method and Description |
|---|---|
static Downloader |
Downloader.platformDefault() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableExtractedArtifactStore.Builder |
ImmutableExtractedArtifactStore.Builder.downloader(Downloader downloader)
Initializes the value for the
downloader attribute. |
ImmutableArtifactStore.Builder |
ImmutableArtifactStore.Builder.downloader(Downloader downloader)
Initializes the value for the
downloader attribute. |
static ExtractedArtifactStore |
ExtractedArtifactStore.of(DownloadConfig downloadConfig,
Downloader downloader,
DirectoryAndExecutableNaming extract,
DirectoryAndExecutableNaming temp) |
ImmutableExtractedArtifactStore |
ImmutableExtractedArtifactStore.withDownloader(Downloader value)
Copy the current immutable object by setting a value for the
downloader attribute. |
ImmutableArtifactStore |
ImmutableArtifactStore.withDownloader(Downloader value)
Copy the current immutable object by setting a value for the
downloader attribute. |
Copyright © 2022. All rights reserved.