| Package | Description |
|---|---|
| de.flapdoodle.embed.process.store |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableStaticArtifactStore.Builder |
ImmutableStaticArtifactStore.builder()
Creates a builder for
ImmutableStaticArtifactStore. |
static ImmutableStaticArtifactStore.Builder |
StaticArtifactStore.builder() |
ImmutableStaticArtifactStore.Builder |
ImmutableStaticArtifactStore.Builder.fileSet(Map<? extends Distribution,? extends ExtractedFileSet> entries)
Sets or replaces all mappings from the specified map as entries for the
fileSet map. |
ImmutableStaticArtifactStore.Builder |
ImmutableStaticArtifactStore.Builder.from(StaticArtifactStore instance)
Fill a builder with attribute values from the provided
StaticArtifactStore instance. |
ImmutableStaticArtifactStore.Builder |
ImmutableStaticArtifactStore.Builder.putAllFileSet(Map<? extends Distribution,? extends ExtractedFileSet> entries)
Put all mappings from the specified map as entries to
fileSet map. |
ImmutableStaticArtifactStore.Builder |
ImmutableStaticArtifactStore.Builder.putFileSet(Distribution key,
ExtractedFileSet value)
Put one entry to the
fileSet map. |
ImmutableStaticArtifactStore.Builder |
ImmutableStaticArtifactStore.Builder.putFileSet(Map.Entry<? extends Distribution,? extends ExtractedFileSet> entry)
Put one entry to the
fileSet map. |
Copyright © 2022. All rights reserved.