| Package | Description |
|---|---|
| de.flapdoodle.embed.process.io.directories |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePersistentDir |
ImmutablePersistentDir.Builder.build()
Builds a new
ImmutablePersistentDir. |
static ImmutablePersistentDir |
ImmutablePersistentDir.copyOf(PersistentDir instance)
Creates an immutable copy of a
PersistentDir value. |
static ImmutablePersistentDir |
ImmutablePersistentDir.of(Path value)
Construct a new immutable
PersistentDir instance. |
ImmutablePersistentDir |
ImmutablePersistentDir.withValue(Path value)
Copy the current immutable object by setting a value for the
value attribute. |
Copyright © 2022. All rights reserved.