| Package | Description |
|---|---|
| de.flapdoodle.embed.process.extract |
| 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(File value)
Copy the current immutable object by setting a value for the
baseDir attribute. |
ImmutableExtractedFileSet |
ImmutableExtractedFileSet.withBaseDirIsGenerated(boolean value)
Copy the current immutable object by setting a value for the
baseDirIsGenerated attribute. |
ImmutableExtractedFileSet |
ImmutableExtractedFileSet.withExecutable(File value)
Copy the current immutable object by setting a value for the
executable attribute. |
ImmutableExtractedFileSet |
ImmutableExtractedFileSet.withLibraryFiles(File... elements)
Copy the current immutable object with elements that replace the content of
libraryFiles. |
ImmutableExtractedFileSet |
ImmutableExtractedFileSet.withLibraryFiles(Iterable<? extends File> elements)
Copy the current immutable object with elements that replace the content of
libraryFiles. |
Copyright © 2020. All rights reserved.