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, wait
compile
private final List<DateTimeMatcher> matchers
public ListDateTimeMatcher(List<DateTimeMatcher> matchers)
public boolean matches(String text)
DateTimeMatcher
matches
in interface DateTimeMatcher
text
- the text to evaluatetrue
if the text matches the pattern, false
otherwiseCopyright © 2021 Apache NiFi Project. All rights reserved.