| Package | Description |
|---|---|
| de.flapdoodle.embed.process.config | |
| de.flapdoodle.embed.process.store |
| Modifier and Type | Method and Description |
|---|---|
IArtifactStore |
ImmutableRuntimeConfig.artifactStore() |
IArtifactStore |
RuntimeConfig.artifactStore() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRuntimeConfig.Builder |
ImmutableRuntimeConfig.Builder.artifactStore(IArtifactStore artifactStore)
Initializes the value for the
artifactStore attribute. |
ImmutableRuntimeConfig |
ImmutableRuntimeConfig.withArtifactStore(IArtifactStore value)
Copy the current immutable object by setting a value for the
artifactStore attribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
ArtifactStore |
class |
CachingArtifactStore |
class |
ExtractedArtifactStore |
class |
ImmutableArtifactStore
Immutable implementation of
ArtifactStore. |
class |
ImmutableExtractedArtifactStore
Immutable implementation of
ExtractedArtifactStore. |
class |
ImmutableStaticArtifactStore
Immutable implementation of
StaticArtifactStore. |
class |
StaticArtifactStore |
| Constructor and Description |
|---|
CachingArtifactStore(IArtifactStore delegate) |
Copyright © 2020. All rights reserved.