Class DateTimeFormatterMatcher

java.lang.Object
org.apache.nifi.util.text.DateTimeFormatterMatcher
All Implemented Interfaces:
DateTimeMatcher

class DateTimeFormatterMatcher extends Object implements DateTimeMatcher
  • Field Details

  • Constructor Details

    • DateTimeFormatterMatcher

      public DateTimeFormatterMatcher(String format)
  • Method Details

    • matches

      public boolean matches(String text)
      Description copied from interface: DateTimeMatcher
      Determines whether or not the text matches the pattern
      Specified by:
      matches in interface DateTimeMatcher
      Parameters:
      text - the text to evaluate
      Returns:
      true if the text matches the pattern, false otherwise