| Package | Description |
|---|---|
| de.flapdoodle.embed.process.config.store |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableUncompiledPattern
Immutable implementation of
UncompiledPattern. |
| Modifier and Type | Method and Description |
|---|---|
static UncompiledPattern |
UncompiledPattern.of(Pattern pattern) |
protected UncompiledPattern |
ImmutableEntry.uncompiledMatchingPattern() |
protected abstract UncompiledPattern |
FileSet.Entry.uncompiledMatchingPattern() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableUncompiledPattern |
ImmutableUncompiledPattern.copyOf(UncompiledPattern instance)
Creates an immutable copy of a
UncompiledPattern value. |
ImmutableUncompiledPattern.Builder |
ImmutableUncompiledPattern.Builder.from(UncompiledPattern instance)
Fill a builder with attribute values from the provided
UncompiledPattern instance. |
static ImmutableEntry |
ImmutableEntry.of(FileType type,
String destination,
UncompiledPattern uncompiledMatchingPattern)
Construct a new immutable
Entry instance. |
ImmutableEntry.Builder |
ImmutableEntry.Builder.uncompiledMatchingPattern(UncompiledPattern uncompiledMatchingPattern)
Initializes the value for the
uncompiledMatchingPattern attribute. |
ImmutableEntry |
ImmutableEntry.withUncompiledMatchingPattern(UncompiledPattern value)
Copy the current immutable object by setting a value for the
uncompiledMatchingPattern attribute. |
Copyright © 2024. All rights reserved.