| Package | Description |
|---|---|
| de.flapdoodle.embed.process.store |
| Modifier and Type | Method and Description |
|---|---|
ImmutableExtractedArtifactStore |
ImmutableExtractedArtifactStore.Builder.build()
Builds a new
ImmutableExtractedArtifactStore. |
static ImmutableExtractedArtifactStore |
ImmutableExtractedArtifactStore.copyOf(ExtractedArtifactStore instance)
Creates an immutable copy of a
ExtractedArtifactStore value. |
ImmutableExtractedArtifactStore |
ImmutableExtractedArtifactStore.withDownloadConfig(DownloadConfig value)
Copy the current immutable object by setting a value for the
downloadConfig attribute. |
ImmutableExtractedArtifactStore |
ImmutableExtractedArtifactStore.withDownloader(Downloader value)
Copy the current immutable object by setting a value for the
downloader attribute. |
ImmutableExtractedArtifactStore |
ImmutableExtractedArtifactStore.withExtraction(DirectoryAndExecutableNaming value)
Copy the current immutable object by setting a value for the
extraction attribute. |
ImmutableExtractedArtifactStore |
ImmutableExtractedArtifactStore.withTemp(DirectoryAndExecutableNaming value)
Copy the current immutable object by setting a value for the
temp attribute. |
Copyright © 2022. All rights reserved.