| Package | Description |
|---|---|
| de.flapdoodle.embed.process.transitions |
| Modifier and Type | Method and Description |
|---|---|
ImmutableInitTempDirectory |
ImmutableInitTempDirectory.Builder.build()
Builds a new
ImmutableInitTempDirectory. |
static ImmutableInitTempDirectory |
ImmutableInitTempDirectory.copyOf(InitTempDirectory instance)
Creates an immutable copy of a
InitTempDirectory value. |
static ImmutableInitTempDirectory |
InitTempDirectory.with(Path path) |
ImmutableInitTempDirectory |
ImmutableInitTempDirectory.withDeleteIfEmpty(boolean value)
Copy the current immutable object by setting a value for the
deleteIfEmpty attribute. |
ImmutableInitTempDirectory |
ImmutableInitTempDirectory.withForceDelete(boolean value)
Copy the current immutable object by setting a value for the
forceDelete attribute. |
static ImmutableInitTempDirectory |
InitTempDirectory.withPlatformTemp() |
static ImmutableInitTempDirectory |
InitTempDirectory.withPlatformTempRandomSubDir() |
ImmutableInitTempDirectory |
ImmutableInitTempDirectory.withTempDirFactory(Supplier<TempDir> value)
Copy the current immutable object by setting a value for the
tempDirFactory attribute. |
Copyright © 2026. All rights reserved.