Class FastDateParser.CopyQuotedStrategy

java.lang.Object
org.apache.logging.log4j.core.util.datetime.FastDateParser.Strategy
org.apache.logging.log4j.core.util.datetime.FastDateParser.CopyQuotedStrategy
Enclosing class:
FastDateParser

private static class FastDateParser.CopyQuotedStrategy extends FastDateParser.Strategy
A strategy that copies the static or quoted field in the parsing pattern
  • Field Details

    • formatField

      private final String formatField
  • Constructor Details

    • CopyQuotedStrategy

      CopyQuotedStrategy(String formatField)
      Construct a Strategy that ensures the formatField has literal text
      Parameters:
      formatField - The literal text to match
  • Method Details