| Package | Description |
|---|---|
| de.flapdoodle.os.common.attributes |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableTextFile
Immutable implementation of
TextFile. |
| Modifier and Type | Method and Description |
|---|---|
static TextFile |
Attributes.textFile(String fileName) |
| Modifier and Type | Method and Description |
|---|---|
static TypeCheckPredicate<TextFile> |
TextFile.any() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableTextFile |
ImmutableTextFile.copyOf(TextFile instance)
Creates an immutable copy of a
TextFile value. |
Optional<String> |
TextFileResolver.extract(TextFile attribute) |
ImmutableTextFile.Builder |
ImmutableTextFile.Builder.from(TextFile instance)
Fill a builder with attribute values from the provided
TextFile instance. |
Copyright © 2021. All rights reserved.