| Package | Description |
|---|---|
| de.flapdoodle.embed.process.config.store |
| Modifier and Type | Method and Description |
|---|---|
ImmutableUncompiledPattern |
ImmutableUncompiledPattern.Builder.build()
Builds a new
ImmutableUncompiledPattern. |
static ImmutableUncompiledPattern |
ImmutableUncompiledPattern.copyOf(UncompiledPattern instance)
Creates an immutable copy of a
UncompiledPattern value. |
static ImmutableUncompiledPattern |
ImmutableUncompiledPattern.of(String regex,
int flags)
Construct a new immutable
UncompiledPattern instance. |
ImmutableUncompiledPattern |
ImmutableUncompiledPattern.withFlags(int value)
Copy the current immutable object by setting a value for the
flags attribute. |
ImmutableUncompiledPattern |
ImmutableUncompiledPattern.withRegex(String value)
Copy the current immutable object by setting a value for the
regex attribute. |
Copyright © 2024. All rights reserved.