public class StartsWithDigitsDateTimeMatcher extends Object implements DateTimeMatcher
| Modifier and Type | Field and Description |
|---|---|
private int |
expectedNumberOfDigits |
| Constructor and Description |
|---|
StartsWithDigitsDateTimeMatcher(int expectedNumberOfDigits) |
| 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, waitcompilepublic StartsWithDigitsDateTimeMatcher(int expectedNumberOfDigits)
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.