| Package | Description |
|---|---|
| de.flapdoodle.embed.process.types |
| 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. |
static ImmutableProcessConfig |
ProcessConfig.defaults() |
ImmutableProcessConfig |
ImmutableProcessConfig.withDaemonProcess(boolean value)
Copy the current immutable object by setting a value for the
daemonProcess attribute. |
ImmutableProcessConfig |
ImmutableProcessConfig.withStopTimeoutInMillis(long value)
Copy the current immutable object by setting a value for the
stopTimeoutInMillis attribute. |
Copyright © 2023. All rights reserved.