Package org.apache.nifi.util.text
Class DateTimeFormatterMatcher
java.lang.Object
org.apache.nifi.util.text.DateTimeFormatterMatcher
- All Implemented Interfaces:
DateTimeMatcher
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
dateTimeFormatter
-
-
Constructor Details
-
DateTimeFormatterMatcher
-
-
Method Details
-
matches
Description copied from interface:DateTimeMatcher
Determines whether or not the text matches the pattern- Specified by:
matches
in interfaceDateTimeMatcher
- Parameters:
text
- the text to evaluate- Returns:
true
if the text matches the pattern,false
otherwise
-