| Package | Description |
|---|---|
| de.flapdoodle.embed.process.config.store | |
| de.flapdoodle.embed.process.distribution | |
| de.flapdoodle.embed.process.extract |
| Modifier and Type | Method and Description |
|---|---|
ArchiveType |
ImmutableDistributionPackage.archiveType() |
ArchiveType |
DistributionPackage.archiveType() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDistributionPackage.Builder |
ImmutableDistributionPackage.Builder.archiveType(ArchiveType archiveType)
Initializes the value for the
archiveType attribute. |
static ImmutableDistributionPackage |
ImmutableDistributionPackage.of(ArchiveType archiveType,
FileSet fileSet,
String archivePath)
Construct a new immutable
DistributionPackage instance. |
static DistributionPackage |
DistributionPackage.of(ArchiveType archiveType,
FileSet fileSet,
String path) |
ImmutableDistributionPackage |
ImmutableDistributionPackage.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 |
|---|---|
static Extractor |
Extractors.getExtractor(ArchiveType archiveType) |
Copyright © 2022. All rights reserved.