| Package | Description |
|---|---|
| de.flapdoodle.embed.process.extract | |
| de.flapdoodle.embed.process.store |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableDirectoryAndExecutableNaming
Immutable implementation of
DirectoryAndExecutableNaming. |
| Modifier and Type | Method and Description |
|---|---|
static DirectoryAndExecutableNaming |
DirectoryAndExecutableNaming.of(Directory directory,
TempNaming executableNaming) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableDirectoryAndExecutableNaming |
ImmutableDirectoryAndExecutableNaming.copyOf(DirectoryAndExecutableNaming instance)
Creates an immutable copy of a
DirectoryAndExecutableNaming value. |
ImmutableDirectoryAndExecutableNaming.Builder |
ImmutableDirectoryAndExecutableNaming.Builder.from(DirectoryAndExecutableNaming instance)
Fill a builder with attribute values from the provided
DirectoryAndExecutableNaming instance. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableExtractedArtifactStore.Builder |
ImmutableExtractedArtifactStore.Builder.extraction(DirectoryAndExecutableNaming extraction)
Initializes the value for the
extraction attribute. |
static ExtractedArtifactStore |
ExtractedArtifactStore.of(DownloadConfig downloadConfig,
Downloader downloader,
DirectoryAndExecutableNaming extract,
DirectoryAndExecutableNaming temp) |
ImmutableExtractedArtifactStore.Builder |
ImmutableExtractedArtifactStore.Builder.temp(DirectoryAndExecutableNaming temp)
Initializes the value for the
temp 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 © 2020. All rights reserved.