| Package | Description |
|---|---|
| de.flapdoodle.embed.process.config.store |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDistributionPackage |
ImmutableDistributionPackage.Builder.build()
Builds a new
ImmutableDistributionPackage. |
static ImmutableDistributionPackage |
ImmutableDistributionPackage.copyOf(DistributionPackage instance)
Deprecated.
Creates an immutable copy of a
DistributionPackage value. |
static ImmutableDistributionPackage |
ImmutableDistributionPackage.of(ArchiveType archiveType,
FileSet fileSet,
String archivePath)
Deprecated.
Construct a new immutable
DistributionPackage instance. |
ImmutableDistributionPackage |
ImmutableDistributionPackage.withArchivePath(String value)
Deprecated.
Copy the current immutable object by setting a value for the
archivePath attribute. |
ImmutableDistributionPackage |
ImmutableDistributionPackage.withArchiveType(ArchiveType value)
Deprecated.
Copy the current immutable object by setting a value for the
archiveType attribute. |
ImmutableDistributionPackage |
ImmutableDistributionPackage.withFileSet(FileSet value)
Deprecated.
Copy the current immutable object by setting a value for the
fileSet attribute. |
Copyright © 2022. All rights reserved.