class SimpleDateFormatMatcher extends Object implements DateTimeMatcher
Modifier and Type | Field and Description |
---|---|
private DateFormat |
dateFormat |
Constructor and Description |
---|
SimpleDateFormatMatcher(String format) |
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 DateFormat dateFormat
public SimpleDateFormatMatcher(String format)
public boolean matches(String text)
DateTimeMatcher
matches
in interface DateTimeMatcher
text
- the text to evaluatetrue
if the text matches the pattern, false
otherwiseCopyright © 2023 Apache NiFi Project. All rights reserved.