| Package | Description |
|---|---|
| de.flapdoodle.embed.process.store |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableExtractedArtifactStore
Immutable implementation of
ExtractedArtifactStore. |
| Modifier and Type | Method and Description |
|---|---|
ExtractedArtifactStore |
ExtractedArtifactStore.download(ImmutableDownloadConfig.Builder downloadConfigBuilder)
Deprecated.
|
ExtractedArtifactStore |
ExtractedArtifactStore.executableNaming(TempNaming tempNaming)
Deprecated.
|
static ExtractedArtifactStore |
ExtractedArtifactStore.of(DownloadConfig downloadConfig,
Downloader downloader,
DirectoryAndExecutableNaming extract,
DirectoryAndExecutableNaming temp) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableExtractedArtifactStore |
ImmutableExtractedArtifactStore.copyOf(ExtractedArtifactStore instance)
Creates an immutable copy of a
ExtractedArtifactStore value. |
ImmutableExtractedArtifactStore.Builder |
ImmutableExtractedArtifactStore.Builder.from(ExtractedArtifactStore instance)
Fill a builder with attribute values from the provided
ExtractedArtifactStore instance. |
Copyright © 2022. All rights reserved.