| Package | Description |
|---|---|
| de.flapdoodle.embed.process.config |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRuntimeConfig.Builder |
ImmutableRuntimeConfig.Builder.artifactStore(IArtifactStore artifactStore)
Initializes the value for the
artifactStore attribute. |
static ImmutableRuntimeConfig.Builder |
ImmutableRuntimeConfig.builder()
Creates a builder for
ImmutableRuntimeConfig. |
static ImmutableRuntimeConfig.Builder |
RuntimeConfig.builder() |
ImmutableRuntimeConfig.Builder |
ImmutableRuntimeConfig.Builder.commandLinePostProcessor(CommandLinePostProcessor commandLinePostProcessor)
Initializes the value for the
commandLinePostProcessor attribute. |
ImmutableRuntimeConfig.Builder |
ImmutableRuntimeConfig.Builder.from(RuntimeConfig instance)
Fill a builder with attribute values from the provided
RuntimeConfig instance. |
ImmutableRuntimeConfig.Builder |
ImmutableRuntimeConfig.Builder.isDaemonProcess(boolean isDaemonProcess)
Initializes the value for the
isDaemonProcess attribute. |
ImmutableRuntimeConfig.Builder |
ImmutableRuntimeConfig.Builder.processOutput(ProcessOutput processOutput)
Initializes the value for the
processOutput attribute. |
Copyright © 2020. All rights reserved.