| Package | Description |
|---|---|
| de.flapdoodle.embed.process.config.store | |
| de.flapdoodle.embed.process.extract |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableFileSet
Immutable implementation of
FileSet. |
| Modifier and Type | Method and Description |
|---|---|
FileSet |
ImmutableDistributionPackage.fileSet() |
FileSet |
DistributionPackage.fileSet() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableFileSet |
ImmutableFileSet.copyOf(FileSet instance)
Creates an immutable copy of a
FileSet value. |
ImmutableDistributionPackage.Builder |
ImmutableDistributionPackage.Builder.fileSet(FileSet fileSet)
Initializes the value for the
fileSet attribute. |
FileSet.Builder |
ImmutableFileSet.Builder.from(FileSet instance)
Fill a builder with attribute values from the provided
FileSet instance. |
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.withFileSet(FileSet value)
Copy the current immutable object by setting a value for the
fileSet attribute. |
| Constructor and Description |
|---|
FilesToExtract(Directory dirFactory,
TempNaming executableNaming,
FileSet fileSet) |
Copyright © 2022. All rights reserved.