| Package | Description |
|---|---|
| de.flapdoodle.embed.process.archives | |
| de.flapdoodle.embed.process.config.store | |
| de.flapdoodle.embed.process.store |
| Modifier and Type | Method and Description |
|---|---|
ExtractedFileSet |
ExtractFileSet.extract(Path destination,
Path archive,
FileSet filesToExtract) |
ExtractedFileSet |
AbstractExtractFileSet.extract(Path destination,
Path archive,
FileSet filesToExtract) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableFileSet
Immutable implementation of
FileSet. |
| Modifier and Type | Method and Description |
|---|---|
FileSet |
ImmutablePackage.fileSet() |
FileSet |
Package.fileSet() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableFileSet |
ImmutableFileSet.copyOf(FileSet instance)
Creates an immutable copy of a
FileSet value. |
ImmutablePackage.Builder |
ImmutablePackage.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 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.withFileSet(FileSet value)
Copy the current immutable object by setting a value for the
fileSet attribute. |
| Modifier and Type | Method and Description |
|---|---|
Optional<ExtractedFileSet> |
ContentHashExtractedFileSetStore.extractedFileSet(Path archive,
FileSet fileSet) |
Optional<ExtractedFileSet> |
ExtractedFileSetStore.extractedFileSet(Path archive,
FileSet fileSet) |
ExtractedFileSet |
ContentHashExtractedFileSetStore.store(Path archive,
FileSet fileSet,
ExtractedFileSet src) |
ExtractedFileSet |
ExtractedFileSetStore.store(Path archive,
FileSet fileSet,
ExtractedFileSet src) |
Copyright © 2023. All rights reserved.