| Package | Description |
|---|---|
| de.flapdoodle.embed.process.config |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRuntimeConfig |
ImmutableRuntimeConfig.Builder.build()
Builds a new
ImmutableRuntimeConfig. |
static ImmutableRuntimeConfig |
ImmutableRuntimeConfig.copyOf(RuntimeConfig instance)
Creates an immutable copy of a
RuntimeConfig value. |
ImmutableRuntimeConfig |
ImmutableRuntimeConfig.withArtifactStore(IArtifactStore value)
Copy the current immutable object by setting a value for the
artifactStore attribute. |
ImmutableRuntimeConfig |
ImmutableRuntimeConfig.withCommandLinePostProcessor(CommandLinePostProcessor value)
Copy the current immutable object by setting a value for the
commandLinePostProcessor attribute. |
ImmutableRuntimeConfig |
ImmutableRuntimeConfig.withIsDaemonProcess(boolean value)
Copy the current immutable object by setting a value for the
isDaemonProcess attribute. |
ImmutableRuntimeConfig |
ImmutableRuntimeConfig.withProcessOutput(ProcessOutput value)
Copy the current immutable object by setting a value for the
processOutput attribute. |
Copyright © 2020. All rights reserved.