| Package | Description |
|---|---|
| de.flapdoodle.embed.process.config | |
| de.flapdoodle.embed.process.config.store | |
| de.flapdoodle.embed.process.extract | |
| de.flapdoodle.embed.process.store |
| Modifier and Type | Method and Description |
|---|---|
static DownloadConfig |
Defaults.genericDownloadConfig(String name,
String downloadPath,
PackageResolver packageResolver) |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactStore |
Defaults.artifactStore(DownloadConfig downloadConfig) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableDownloadConfig
Immutable implementation of
DownloadConfig. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableDownloadConfig |
ImmutableDownloadConfig.copyOf(DownloadConfig instance)
Creates an immutable copy of a
DownloadConfig value. |
ImmutableDownloadConfig.Builder |
ImmutableDownloadConfig.Builder.from(DownloadConfig instance)
Fill a builder with attribute values from the provided
DownloadConfig instance. |
| Modifier and Type | Method and Description |
|---|---|
ExtractedFileSet |
ArchiveIsFileExtractor.extract(DownloadConfig runtime,
File source,
FilesToExtract toExtract) |
ExtractedFileSet |
Extractor.extract(DownloadConfig runtime,
File source,
FilesToExtract toExtract) |
ExtractedFileSet |
AbstractExtractor.extract(DownloadConfig runtime,
File source,
FilesToExtract toExtract) |
| Modifier and Type | Method and Description |
|---|---|
File |
Downloader.download(DownloadConfig runtime,
Distribution distribution) |
File |
UrlConnectionDownloader.download(DownloadConfig downloadConfig,
Distribution distribution) |
ImmutableExtractedArtifactStore.Builder |
ImmutableExtractedArtifactStore.Builder.downloadConfig(DownloadConfig downloadConfig)
Initializes the value for the
downloadConfig attribute. |
ImmutableArtifactStore.Builder |
ImmutableArtifactStore.Builder.downloadConfig(DownloadConfig downloadConfig)
Initializes the value for the
downloadConfig attribute. |
String |
Downloader.getDownloadUrl(DownloadConfig runtime,
Distribution distribution)
Deprecated.
|
String |
UrlConnectionDownloader.getDownloadUrl(DownloadConfig runtime,
Distribution distribution) |
static ExtractedArtifactStore |
ExtractedArtifactStore.of(DownloadConfig downloadConfig,
Downloader downloader,
DirectoryAndExecutableNaming extract,
DirectoryAndExecutableNaming temp) |
ImmutableExtractedArtifactStore |
ImmutableExtractedArtifactStore.withDownloadConfig(DownloadConfig value)
Copy the current immutable object by setting a value for the
downloadConfig attribute. |
ImmutableArtifactStore |
ImmutableArtifactStore.withDownloadConfig(DownloadConfig value)
Copy the current immutable object by setting a value for the
downloadConfig attribute. |
Copyright © 2022. All rights reserved.