| Package | Description |
|---|---|
| de.flapdoodle.embed.process.config.store |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFileSet |
ImmutableFileSet.Builder.build()
Builds a new
ImmutableFileSet. |
static ImmutableFileSet |
ImmutableFileSet.copyOf(FileSet instance)
Creates an immutable copy of a
FileSet value. |
ImmutableFileSet |
ImmutableFileSet.withEntries(FileSet.Entry... elements)
Copy the current immutable object with elements that replace the content of
entries. |
ImmutableFileSet |
ImmutableFileSet.withEntries(Iterable<? extends FileSet.Entry> elements)
Copy the current immutable object with elements that replace the content of
entries. |
Copyright © 2020. All rights reserved.