@Value.Immutable
public interface RuntimeConfig
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RuntimeConfig.Builder
some api hacks to reenable spring boot support until they fix their api usage
|
| Modifier and Type | Method and Description |
|---|---|
IArtifactStore |
artifactStore() |
static ImmutableRuntimeConfig.Builder |
builder() |
default CommandLinePostProcessor |
commandLinePostProcessor() |
default boolean |
isDaemonProcess() |
ProcessOutput |
processOutput() |
ProcessOutput processOutput()
@Value.Default default CommandLinePostProcessor commandLinePostProcessor()
IArtifactStore artifactStore()
@Value.Default default boolean isDaemonProcess()
static ImmutableRuntimeConfig.Builder builder()
Copyright © 2022. All rights reserved.