| Package | Description |
|---|---|
| de.flapdoodle.embed.process.archives |
| Modifier and Type | Method and Description |
|---|---|
ImmutableExtractedFileSet |
ImmutableExtractedFileSet.Builder.build()
Builds a new
ImmutableExtractedFileSet. |
static ImmutableExtractedFileSet |
ImmutableExtractedFileSet.copyOf(ExtractedFileSet instance)
Creates an immutable copy of a
ExtractedFileSet value. |
ImmutableExtractedFileSet |
ImmutableExtractedFileSet.withBaseDir(Path value)
Copy the current immutable object by setting a value for the
baseDir attribute. |
ImmutableExtractedFileSet |
ImmutableExtractedFileSet.withExecutable(Path value)
Copy the current immutable object by setting a value for the
executable attribute. |
ImmutableExtractedFileSet |
ImmutableExtractedFileSet.withLibraryFiles(Iterable<? extends Path> elements)
Copy the current immutable object with elements that replace the content of
libraryFiles. |
ImmutableExtractedFileSet |
ImmutableExtractedFileSet.withLibraryFiles(Path... elements)
Copy the current immutable object with elements that replace the content of
libraryFiles. |
Copyright © 2025. All rights reserved.