| Package | Description |
|---|---|
| de.flapdoodle.os.common.attributes |
| Modifier and Type | Method and Description |
|---|---|
ImmutableTextFile |
ImmutableTextFile.Builder.build()
Builds a new
ImmutableTextFile. |
static ImmutableTextFile |
ImmutableTextFile.copyOf(TextFile instance)
Creates an immutable copy of a
TextFile value. |
static ImmutableTextFile |
ImmutableTextFile.of(String name)
Construct a new immutable
TextFile instance. |
ImmutableTextFile |
ImmutableTextFile.withCharset(Charset value)
Copy the current immutable object by setting a value for the
charset attribute. |
ImmutableTextFile |
ImmutableTextFile.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
Copyright © 2022. All rights reserved.