| Package | Description |
|---|---|
| de.flapdoodle.embed.process.io.directories | |
| de.flapdoodle.embed.process.transitions |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutablePersistentDir
Immutable implementation of
PersistentDir. |
| Modifier and Type | Method and Description |
|---|---|
static PersistentDir |
PersistentDir.of(Path path) |
| Modifier and Type | Method and Description |
|---|---|
static de.flapdoodle.types.ThrowingSupplier<PersistentDir,IOException> |
PersistentDir.inUserHome(String subDir) |
static de.flapdoodle.types.ThrowingSupplier<PersistentDir,IOException> |
PersistentDir.inWorkingDir(String subDir) |
static Supplier<PersistentDir> |
PersistentDir.userHome(String subDir)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ImmutablePersistentDir |
ImmutablePersistentDir.copyOf(PersistentDir instance)
Creates an immutable copy of a
PersistentDir value. |
ImmutablePersistentDir.Builder |
ImmutablePersistentDir.Builder.from(PersistentDir instance)
Fill a builder with attribute values from the provided
PersistentDir instance. |
| Modifier and Type | Method and Description |
|---|---|
protected de.flapdoodle.reverse.Transition<PersistentDir> |
ImmutableProcessFactory.persistentBaseDir() |
protected abstract de.flapdoodle.reverse.Transition<PersistentDir> |
ProcessFactory.persistentBaseDir() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableProcessFactory.Builder |
ImmutableProcessFactory.Builder.persistentBaseDir(de.flapdoodle.reverse.Transition<PersistentDir> persistentBaseDir)
Initializes the value for the
persistentBaseDir attribute. |
ImmutableProcessFactory |
ImmutableProcessFactory.withPersistentBaseDir(de.flapdoodle.reverse.Transition<PersistentDir> value)
Copy the current immutable object by setting a value for the
persistentBaseDir attribute. |
Copyright © 2024. All rights reserved.