| Package | Description |
|---|---|
| de.flapdoodle.embed.process.config.process |
| Modifier and Type | Method and Description |
|---|---|
ImmutableProcessOutput |
ImmutableProcessOutput.Builder.build()
Builds a new
ImmutableProcessOutput. |
static ImmutableProcessOutput |
ImmutableProcessOutput.copyOf(ProcessOutput instance)
Creates an immutable copy of a
ProcessOutput value. |
ImmutableProcessOutput |
ImmutableProcessOutput.withCommands(StreamProcessor value)
Copy the current immutable object by setting a value for the
commands attribute. |
ImmutableProcessOutput |
ImmutableProcessOutput.withError(StreamProcessor value)
Copy the current immutable object by setting a value for the
error attribute. |
ImmutableProcessOutput |
ImmutableProcessOutput.withOutput(StreamProcessor value)
Copy the current immutable object by setting a value for the
output attribute. |
Copyright © 2022. All rights reserved.