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, wait
compile
public StartsWithDigitsDateTimeMatcher(int expectedNumberOfDigits)
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.