| Package | Description |
|---|---|
| de.flapdoodle.embed.process.transitions |
| Modifier and Type | Method and Description |
|---|---|
ImmutableStarter<T> |
ImmutableStarter.Builder.build()
Builds a new
ImmutableStarter. |
static <T extends RunningProcess> |
ImmutableStarter.copyOf(Starter<T> instance)
Creates an immutable copy of a
Starter value. |
ImmutableStarter<T> |
ImmutableStarter.withArguments(de.flapdoodle.reverse.StateID<ProcessArguments> value)
Copy the current immutable object by setting a value for the
arguments attribute. |
static ImmutableStarter<RunningProcess> |
Starter.withDefaults() |
ImmutableStarter<T> |
ImmutableStarter.withDestination(de.flapdoodle.reverse.StateID<T> value)
Copy the current immutable object by setting a value for the
destination attribute. |
ImmutableStarter<T> |
ImmutableStarter.withProcessConfig(de.flapdoodle.reverse.StateID<ProcessConfig> value)
Copy the current immutable object by setting a value for the
processConfig attribute. |
ImmutableStarter<T> |
ImmutableStarter.withProcessEnv(de.flapdoodle.reverse.StateID<ProcessEnv> value)
Copy the current immutable object by setting a value for the
processEnv attribute. |
ImmutableStarter<T> |
ImmutableStarter.withProcessExecutable(de.flapdoodle.reverse.StateID<ExtractedFileSet> value)
Copy the current immutable object by setting a value for the
processExecutable attribute. |
ImmutableStarter<T> |
ImmutableStarter.withProcessOutput(de.flapdoodle.reverse.StateID<ProcessOutput> value)
Copy the current immutable object by setting a value for the
processOutput attribute. |
ImmutableStarter<T> |
ImmutableStarter.withProcessWorkingDir(de.flapdoodle.reverse.StateID<ProcessWorkingDir> value)
Copy the current immutable object by setting a value for the
processWorkingDir attribute. |
ImmutableStarter<T> |
ImmutableStarter.withRunningProcessFactory(RunningProcessFactory<T> value)
Copy the current immutable object by setting a value for the
runningProcessFactory attribute. |
ImmutableStarter<T> |
ImmutableStarter.withSupportConfig(de.flapdoodle.reverse.StateID<SupportConfig> value)
Copy the current immutable object by setting a value for the
supportConfig attribute. |
ImmutableStarter<T> |
ImmutableStarter.withTransitionLabel(String value)
Copy the current immutable object by setting a value for the
transitionLabel attribute. |
Copyright © 2025. All rights reserved.