| Package | Description |
|---|---|
| de.flapdoodle.embed.process.transitions | |
| de.flapdoodle.embed.process.types |
| Modifier and Type | Method and Description |
|---|---|
de.flapdoodle.reverse.StateID<ProcessWorkingDir> |
ImmutableStarter.processWorkingDir() |
protected de.flapdoodle.reverse.Transition<ProcessWorkingDir> |
ImmutableProcessFactory.processWorkingDir() |
de.flapdoodle.reverse.StateID<ProcessWorkingDir> |
ImmutableExecuter.processWorkingDir() |
de.flapdoodle.reverse.StateID<ProcessWorkingDir> |
RunAProcess.processWorkingDir() |
protected de.flapdoodle.reverse.Transition<ProcessWorkingDir> |
ProcessFactory.processWorkingDir() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableStarter.Builder<T> |
ImmutableStarter.Builder.processWorkingDir(de.flapdoodle.reverse.StateID<ProcessWorkingDir> processWorkingDir)
Initializes the value for the
processWorkingDir attribute. |
ImmutableExecuter.Builder<R,T> |
ImmutableExecuter.Builder.processWorkingDir(de.flapdoodle.reverse.StateID<ProcessWorkingDir> processWorkingDir)
Initializes the value for the
processWorkingDir attribute. |
ImmutableProcessFactory.Builder |
ImmutableProcessFactory.Builder.processWorkingDir(de.flapdoodle.reverse.Transition<ProcessWorkingDir> processWorkingDir)
Initializes the value for the
processWorkingDir attribute. |
ImmutableStarter<T> |
ImmutableStarter.withProcessWorkingDir(de.flapdoodle.reverse.StateID<ProcessWorkingDir> value)
Copy the current immutable object by setting a value for the
processWorkingDir attribute. |
ImmutableExecuter<R,T> |
ImmutableExecuter.withProcessWorkingDir(de.flapdoodle.reverse.StateID<ProcessWorkingDir> value)
Copy the current immutable object by setting a value for the
processWorkingDir attribute. |
ImmutableProcessFactory |
ImmutableProcessFactory.withProcessWorkingDir(de.flapdoodle.reverse.Transition<ProcessWorkingDir> value)
Copy the current immutable object by setting a value for the
processWorkingDir attribute. |
| Modifier and Type | Method and Description |
|---|---|
static ProcessWorkingDir |
ProcessWorkingDir.of(Path value)
Construct a new immutable
ProcessWorkingDir instance. |
Copyright © 2024. All rights reserved.