class ListDateTimeMatcher extends Object implements DateTimeMatcher
true if and only if ALL matchers in the constructor return true for
the same input.| Modifier and Type | Field and Description |
|---|---|
private List<DateTimeMatcher> |
matchers |
| Constructor and Description |
|---|
ListDateTimeMatcher(List<DateTimeMatcher> matchers) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(String text)
Determines whether or not the text matches the pattern
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompileprivate final List<DateTimeMatcher> matchers
public ListDateTimeMatcher(List<DateTimeMatcher> matchers)
public boolean matches(String text)
DateTimeMatchermatches in interface DateTimeMatchertext - the text to evaluatetrue if the text matches the pattern, false otherwiseCopyright © 2023 Apache NiFi Project. All rights reserved.