| Package | Description |
|---|---|
| de.flapdoodle.embed.process.transitions |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableDownloadPackage.Builder |
ImmutableDownloadPackage.builder()
Creates a builder for
ImmutableDownloadPackage. |
static ImmutableDownloadPackage.Builder |
DownloadPackage.builder() |
ImmutableDownloadPackage.Builder |
ImmutableDownloadPackage.Builder.destination(de.flapdoodle.reverse.StateID<Archive> destination)
Initializes the value for the
destination attribute. |
ImmutableDownloadPackage.Builder |
ImmutableDownloadPackage.Builder.distPackage(de.flapdoodle.reverse.StateID<Package> distPackage)
Initializes the value for the
distPackage attribute. |
ImmutableDownloadPackage.Builder |
ImmutableDownloadPackage.Builder.distribution(de.flapdoodle.reverse.StateID<Distribution> distribution)
Initializes the value for the
distribution attribute. |
ImmutableDownloadPackage.Builder |
ImmutableDownloadPackage.Builder.downloadCache(de.flapdoodle.reverse.StateID<DownloadCache> downloadCache)
Initializes the value for the
downloadCache attribute. |
ImmutableDownloadPackage.Builder |
ImmutableDownloadPackage.Builder.downloadConfig(DownloadConfig downloadConfig)
Initializes the value for the
downloadConfig attribute. |
ImmutableDownloadPackage.Builder |
ImmutableDownloadPackage.Builder.downloadToPath(DownloadToPath downloadToPath)
Initializes the value for the
downloadToPath attribute. |
ImmutableDownloadPackage.Builder |
ImmutableDownloadPackage.Builder.from(DownloadPackage instance)
Fill a builder with attribute values from the provided
de.flapdoodle.embed.process.transitions.DownloadPackage instance. |
ImmutableDownloadPackage.Builder |
ImmutableDownloadPackage.Builder.from(de.flapdoodle.reverse.naming.HasLabel instance)
Fill a builder with attribute values from the provided
de.flapdoodle.reverse.naming.HasLabel instance. |
ImmutableDownloadPackage.Builder |
ImmutableDownloadPackage.Builder.name(de.flapdoodle.reverse.StateID<Name> name)
Initializes the value for the
name attribute. |
ImmutableDownloadPackage.Builder |
ImmutableDownloadPackage.Builder.progressListener(de.flapdoodle.reverse.StateID<ProgressListener> progressListener)
Initializes the value for the
progressListener attribute. |
ImmutableDownloadPackage.Builder |
ImmutableDownloadPackage.Builder.tempDirectory(de.flapdoodle.reverse.StateID<TempDir> tempDirectory)
Initializes the value for the
tempDirectory attribute. |
ImmutableDownloadPackage.Builder |
ImmutableDownloadPackage.Builder.transitionLabel(String transitionLabel)
Initializes the value for the
transitionLabel attribute. |
Copyright © 2025. All rights reserved.