| Package | Description |
|---|---|
| de.flapdoodle.embed.process.config.store | |
| de.flapdoodle.embed.process.distribution | |
| de.flapdoodle.embed.process.transitions |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutablePackage
Immutable implementation of
Package. |
| Modifier and Type | Method and Description |
|---|---|
static Package |
Package.of(ArchiveType archiveType,
FileSet fileSet,
String path) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutablePackage |
ImmutablePackage.copyOf(Package instance)
Creates an immutable copy of a
Package value. |
ImmutablePackage.Builder |
ImmutablePackage.Builder.from(Package instance)
Fill a builder with attribute values from the provided
Package instance. |
| Modifier and Type | Method and Description |
|---|---|
Package |
PackageResolver.packageFor(Distribution distribution) |
| Modifier and Type | Method and Description |
|---|---|
de.flapdoodle.reverse.StateID<Package> |
ImmutablePackageOfDistribution.destination() |
de.flapdoodle.reverse.StateID<Package> |
PackageOfDistribution.destination() |
protected de.flapdoodle.reverse.StateID<Package> |
ImmutableDownloadPackage.distPackage() |
protected de.flapdoodle.reverse.StateID<Package> |
ImmutableExtractPackage.distPackage() |
protected de.flapdoodle.reverse.StateID<Package> |
DownloadPackage.distPackage() |
protected de.flapdoodle.reverse.StateID<Package> |
ExtractPackage.distPackage() |
protected Function<Distribution,Package> |
ImmutableProcessFactory.packageInformation() |
protected abstract Function<Distribution,Package> |
ProcessFactory.packageInformation() |
de.flapdoodle.reverse.State<Package> |
PackageOfDistribution.result(de.flapdoodle.reverse.StateLookup lookup) |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePackageOfDistribution.Builder |
ImmutablePackageOfDistribution.Builder.destination(de.flapdoodle.reverse.StateID<Package> 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. |
ImmutableExtractPackage.Builder |
ImmutableExtractPackage.Builder.distPackage(de.flapdoodle.reverse.StateID<Package> distPackage)
Initializes the value for the
distPackage attribute. |
ImmutableProcessFactory.Builder |
ImmutableProcessFactory.Builder.packageInformation(Function<Distribution,Package> packageInformation)
Initializes the value for the
packageInformation attribute. |
ImmutablePackageOfDistribution |
ImmutablePackageOfDistribution.withDestination(de.flapdoodle.reverse.StateID<Package> 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. |
ImmutableExtractPackage |
ImmutableExtractPackage.withDistPackage(de.flapdoodle.reverse.StateID<Package> value)
Copy the current immutable object by setting a value for the
distPackage attribute. |
ImmutableProcessFactory |
ImmutableProcessFactory.withPackageInformation(Function<Distribution,Package> value)
Copy the current immutable object by setting a value for the
packageInformation attribute. |
Copyright © 2022. All rights reserved.