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, waitcompileprivate final DateFormat dateFormat
public SimpleDateFormatMatcher(String format)
public boolean matches(String text)
DateTimeMatchermatches in interface DateTimeMatchertext - the text to evaluatetrue if the text matches the pattern, false otherwiseCopyright © 2019 Apache NiFi Project. All rights reserved.