| Package | Description |
|---|---|
| de.flapdoodle.embed.process.config | |
| de.flapdoodle.embed.process.transitions |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableDownloadConfig
Immutable implementation of
DownloadConfig. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableDownloadConfig |
ImmutableDownloadConfig.copyOf(DownloadConfig instance)
Creates an immutable copy of a
DownloadConfig value. |
ImmutableDownloadConfig.Builder |
ImmutableDownloadConfig.Builder.from(DownloadConfig instance)
Fill a builder with attribute values from the provided
DownloadConfig instance. |
| Modifier and Type | Method and Description |
|---|---|
protected DownloadConfig |
ImmutableDownloadPackage.downloadConfig() |
protected DownloadConfig |
DownloadPackage.downloadConfig() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDownloadPackage.Builder |
ImmutableDownloadPackage.Builder.downloadConfig(DownloadConfig downloadConfig)
Initializes the value for the
downloadConfig attribute. |
ImmutableDownloadPackage |
ImmutableDownloadPackage.withDownloadConfig(DownloadConfig value)
Copy the current immutable object by setting a value for the
downloadConfig attribute. |
Copyright © 2024. All rights reserved.