| Package | Description |
|---|---|
| de.flapdoodle.embed.process.config.process |
| Modifier and Type | Method and Description |
|---|---|
ImmutableProcessConfig |
ImmutableProcessConfig.Builder.build()
Builds a new
ImmutableProcessConfig. |
static ImmutableProcessConfig |
ImmutableProcessConfig.copyOf(ProcessConfig instance)
Creates an immutable copy of a
ProcessConfig value. |
ImmutableProcessConfig |
ImmutableProcessConfig.withCommandLine(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
commandLine. |
ImmutableProcessConfig |
ImmutableProcessConfig.withCommandLine(String... elements)
Copy the current immutable object with elements that replace the content of
commandLine. |
ImmutableProcessConfig |
ImmutableProcessConfig.withError(StreamProcessor value)
Copy the current immutable object by setting a value for the
error attribute. |
ImmutableProcessConfig |
ImmutableProcessConfig.withOutput(StreamProcessor value)
Copy the current immutable object by setting a value for the
output attribute. |
Copyright © 2022. All rights reserved.