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