| Package | Description |
|---|---|
| de.flapdoodle.os.common.matcher |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMatchPattern |
ImmutableMatchPattern.Builder.build()
Builds a new
ImmutableMatchPattern. |
static ImmutableMatchPattern |
ImmutableMatchPattern.copyOf(MatchPattern instance)
Creates an immutable copy of a
MatchPattern value. |
static ImmutableMatchPattern |
ImmutableMatchPattern.of(Pattern pattern)
Construct a new immutable
MatchPattern instance. |
ImmutableMatchPattern |
ImmutableMatchPattern.withPattern(Pattern value)
Copy the current immutable object by setting a value for the
pattern attribute. |
Copyright © 2022. All rights reserved.