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