| Package | Description |
|---|---|
| de.flapdoodle.embed.process.config.store | |
| de.flapdoodle.embed.process.distribution | |
| de.flapdoodle.embed.process.parts | |
| de.flapdoodle.embed.process.store |
| Modifier and Type | Method and Description |
|---|---|
ArchiveType |
ImmutablePackage.archiveType() |
ArchiveType |
Package.archiveType() |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePackage.Builder |
ImmutablePackage.Builder.archiveType(ArchiveType archiveType)
Initializes the value for the
archiveType attribute. |
static ImmutablePackage |
ImmutablePackage.of(ArchiveType archiveType,
FileSet fileSet,
String url)
Construct a new immutable
Package instance. |
static Package |
Package.of(ArchiveType archiveType,
FileSet fileSet,
String path) |
ImmutablePackage |
ImmutablePackage.withArchiveType(ArchiveType value)
Copy the current immutable object by setting a value for the
archiveType attribute. |
| Modifier and Type | Method and Description |
|---|---|
static ArchiveType |
ArchiveType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArchiveType[] |
ArchiveType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
de.flapdoodle.reverse.StateID<ArchiveType> |
ArtifactUrlOfDistributionAndArchiveType.archiveType() |
| Modifier and Type | Method and Description |
|---|---|
ArtifactUrl |
UrlOfDistributionAndArchiveType.apply(BaseUrl baseUrl,
Distribution distribution,
ArchiveType archiveType) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Path> |
LocalDownloadCache.archiveFor(URL url,
ArchiveType archiveType) |
Optional<Path> |
DownloadCache.archiveFor(URL url,
ArchiveType archiveType) |
Path |
LocalDownloadCache.store(URL url,
ArchiveType archiveType,
Path archive) |
Path |
DownloadCache.store(URL url,
ArchiveType archiveType,
Path archive) |
Copyright © 2023. All rights reserved.