| Package | Description |
|---|---|
| de.flapdoodle.embed.process.transitions |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDownloadPackage |
ImmutableDownloadPackage.Builder.build()
Builds a new
ImmutableDownloadPackage. |
static ImmutableDownloadPackage |
ImmutableDownloadPackage.copyOf(DownloadPackage instance)
Creates an immutable copy of a
DownloadPackage value. |
static ImmutableDownloadPackage |
DownloadPackage.withDefaults() |
ImmutableDownloadPackage |
ImmutableDownloadPackage.withDestination(de.flapdoodle.reverse.StateID<Archive> value)
Copy the current immutable object by setting a value for the
destination attribute. |
ImmutableDownloadPackage |
ImmutableDownloadPackage.withDistPackage(de.flapdoodle.reverse.StateID<Package> value)
Copy the current immutable object by setting a value for the
distPackage attribute. |
ImmutableDownloadPackage |
ImmutableDownloadPackage.withDistribution(de.flapdoodle.reverse.StateID<Distribution> value)
Copy the current immutable object by setting a value for the
distribution attribute. |
ImmutableDownloadPackage |
ImmutableDownloadPackage.withDownloadCache(de.flapdoodle.reverse.StateID<DownloadCache> value)
Copy the current immutable object by setting a value for the
downloadCache attribute. |
ImmutableDownloadPackage |
ImmutableDownloadPackage.withDownloadConfig(DownloadConfig value)
Copy the current immutable object by setting a value for the
downloadConfig attribute. |
ImmutableDownloadPackage |
ImmutableDownloadPackage.withDownloadToPath(DownloadToPath value)
Copy the current immutable object by setting a value for the
downloadToPath attribute. |
ImmutableDownloadPackage |
ImmutableDownloadPackage.withName(de.flapdoodle.reverse.StateID<Name> value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableDownloadPackage |
ImmutableDownloadPackage.withProgressListener(de.flapdoodle.reverse.StateID<ProgressListener> value)
Copy the current immutable object by setting a value for the
progressListener attribute. |
ImmutableDownloadPackage |
ImmutableDownloadPackage.withTempDirectory(de.flapdoodle.reverse.StateID<TempDir> value)
Copy the current immutable object by setting a value for the
tempDirectory attribute. |
ImmutableDownloadPackage |
ImmutableDownloadPackage.withTransitionLabel(String value)
Copy the current immutable object by setting a value for the
transitionLabel attribute. |
Copyright © 2025. All rights reserved.