| Package | Description |
|---|---|
| de.flapdoodle.embed.process.transitions |
| Modifier and Type | Method and Description |
|---|---|
ImmutableProcessFactory |
ImmutableProcessFactory.Builder.build()
Builds a new
ImmutableProcessFactory. |
static ImmutableProcessFactory |
ImmutableProcessFactory.copyOf(ProcessFactory instance)
Creates an immutable copy of a
ProcessFactory value. |
ImmutableProcessFactory |
ImmutableProcessFactory.withDistribution(de.flapdoodle.reverse.Transition<Distribution> value)
Copy the current immutable object by setting a value for the
distribution attribute. |
ImmutableProcessFactory |
ImmutableProcessFactory.withDownloadCache(de.flapdoodle.reverse.Transition<DownloadCache> value)
Copy the current immutable object by setting a value for the
downloadCache attribute. |
ImmutableProcessFactory |
ImmutableProcessFactory.withDownloadPackage(de.flapdoodle.reverse.Transition<Archive> value)
Copy the current immutable object by setting a value for the
downloadPackage attribute. |
ImmutableProcessFactory |
ImmutableProcessFactory.withExecuter(de.flapdoodle.reverse.Transition<ExecutedProcess> value)
Copy the current immutable object by setting a value for the
executer attribute. |
ImmutableProcessFactory |
ImmutableProcessFactory.withExtractedFileSetStore(de.flapdoodle.reverse.Transition<ExtractedFileSetStore> value)
Copy the current immutable object by setting a value for the
extractedFileSetStore attribute. |
ImmutableProcessFactory |
ImmutableProcessFactory.withExtractPackage(de.flapdoodle.reverse.Transition<ExtractedFileSet> value)
Copy the current immutable object by setting a value for the
extractPackage attribute. |
ImmutableProcessFactory |
ImmutableProcessFactory.withInitTempDirectory(de.flapdoodle.reverse.Transition<TempDir> value)
Copy the current immutable object by setting a value for the
initTempDirectory attribute. |
ImmutableProcessFactory |
ImmutableProcessFactory.withName(de.flapdoodle.reverse.Transition<Name> value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableProcessFactory |
ImmutableProcessFactory.withPackageInformation(Function<Distribution,Package> value)
Copy the current immutable object by setting a value for the
packageInformation attribute. |
ImmutableProcessFactory |
ImmutableProcessFactory.withPersistentBaseDir(de.flapdoodle.reverse.Transition<PersistentDir> value)
Copy the current immutable object by setting a value for the
persistentBaseDir attribute. |
ImmutableProcessFactory |
ImmutableProcessFactory.withProcessArguments(de.flapdoodle.reverse.Transition<ProcessArguments> value)
Copy the current immutable object by setting a value for the
processArguments attribute. |
ImmutableProcessFactory |
ImmutableProcessFactory.withProcessConfig(de.flapdoodle.reverse.transitions.Start<ProcessConfig> value)
Copy the current immutable object by setting a value for the
processConfig attribute. |
ImmutableProcessFactory |
ImmutableProcessFactory.withProcessEnv(de.flapdoodle.reverse.Transition<ProcessEnv> value)
Copy the current immutable object by setting a value for the
processEnv attribute. |
ImmutableProcessFactory |
ImmutableProcessFactory.withProcessOutput(de.flapdoodle.reverse.Transition<ProcessOutput> value)
Copy the current immutable object by setting a value for the
processOutput attribute. |
ImmutableProcessFactory |
ImmutableProcessFactory.withProcessWorkingDir(de.flapdoodle.reverse.Transition<ProcessWorkingDir> value)
Copy the current immutable object by setting a value for the
processWorkingDir attribute. |
ImmutableProcessFactory |
ImmutableProcessFactory.withProgressListener(de.flapdoodle.reverse.Transition<ProgressListener> value)
Copy the current immutable object by setting a value for the
progressListener attribute. |
ImmutableProcessFactory |
ImmutableProcessFactory.withSupportConfig(de.flapdoodle.reverse.Transition<SupportConfig> value)
Copy the current immutable object by setting a value for the
supportConfig attribute. |
ImmutableProcessFactory |
ImmutableProcessFactory.withVersion(Version value)
Copy the current immutable object by setting a value for the
version attribute. |
Copyright © 2022. All rights reserved.