| Package | Description |
|---|---|
| de.flapdoodle.embed.process.config.store |
| Modifier and Type | Method and Description |
|---|---|
ImmutableEntry |
ImmutableEntry.Builder.build()
Builds a new
ImmutableEntry. |
static ImmutableEntry |
ImmutableEntry.copyOf(FileSet.Entry instance)
Creates an immutable copy of a
FileSet.Entry value. |
static ImmutableEntry |
ImmutableEntry.of(FileType type,
String destination,
UncompiledPattern uncompiledMatchingPattern)
Construct a new immutable
Entry instance. |
ImmutableEntry |
ImmutableEntry.withDestination(String value)
Copy the current immutable object by setting a value for the
destination attribute. |
ImmutableEntry |
ImmutableEntry.withType(FileType value)
Copy the current immutable object by setting a value for the
type attribute. |
ImmutableEntry |
ImmutableEntry.withUncompiledMatchingPattern(UncompiledPattern value)
Copy the current immutable object by setting a value for the
uncompiledMatchingPattern attribute. |
Copyright © 2024. All rights reserved.