| Package | Description |
|---|---|
| de.flapdoodle.os.common.types |
| Modifier and Type | Method and Description |
|---|---|
ImmutableOsReleaseFile.Builder |
ImmutableOsReleaseFile.Builder.attributes(Map<String,? extends String> entries)
Sets or replaces all mappings from the specified map as entries for the
attributes map. |
static ImmutableOsReleaseFile.Builder |
ImmutableOsReleaseFile.builder()
Creates a builder for
ImmutableOsReleaseFile. |
ImmutableOsReleaseFile.Builder |
ImmutableOsReleaseFile.Builder.from(OsReleaseFile instance)
Fill a builder with attribute values from the provided
OsReleaseFile instance. |
ImmutableOsReleaseFile.Builder |
ImmutableOsReleaseFile.Builder.putAllAttributes(Map<String,? extends String> entries)
Put all mappings from the specified map as entries to
attributes map. |
ImmutableOsReleaseFile.Builder |
ImmutableOsReleaseFile.Builder.putAttributes(Map.Entry<String,? extends String> entry)
Put one entry to the
attributes map. |
ImmutableOsReleaseFile.Builder |
ImmutableOsReleaseFile.Builder.putAttributes(String key,
String value)
Put one entry to the
attributes map. |
Copyright © 2021. All rights reserved.