| Package | Description |
|---|---|
| de.flapdoodle.embed.process.store |
| Modifier and Type | Method and Description |
|---|---|
ImmutableArtifactStore |
ImmutableArtifactStore.Builder.build()
Builds a new
ImmutableArtifactStore. |
static ImmutableArtifactStore |
ImmutableArtifactStore.copyOf(ArtifactStore instance)
Creates an immutable copy of a
ArtifactStore value. |
ImmutableArtifactStore |
ImmutableArtifactStore.withDownloadConfig(DownloadConfig value)
Copy the current immutable object by setting a value for the
downloadConfig attribute. |
ImmutableArtifactStore |
ImmutableArtifactStore.withDownloader(Downloader value)
Copy the current immutable object by setting a value for the
downloader attribute. |
ImmutableArtifactStore |
ImmutableArtifactStore.withExecutableNaming(TempNaming value)
Copy the current immutable object by setting a value for the
executableNaming attribute. |
ImmutableArtifactStore |
ImmutableArtifactStore.withTempDirFactory(Directory value)
Copy the current immutable object by setting a value for the
tempDirFactory attribute. |
Copyright © 2020. All rights reserved.