Uses of Interface
org.apache.logging.log4j.core.util.datetime.FastDatePrinter.Rule
Packages that use FastDatePrinter.Rule
-
Uses of FastDatePrinter.Rule in org.apache.logging.log4j.core.util.datetime
Subinterfaces of FastDatePrinter.Rule in org.apache.logging.log4j.core.util.datetimeModifier and TypeInterfaceDescriptionprivate static interfaceDeprecated.Inner class defining a numeric rule.Classes in org.apache.logging.log4j.core.util.datetime that implement FastDatePrinter.RuleModifier and TypeClassDescriptionprivate static classDeprecated.Inner class to output a constant single character.private static classDeprecated.Inner class to output the numeric day in week.private static classDeprecated.Inner class to output a time zone as a number+/-HHMMor+/-HH:MM.private static classDeprecated.Inner class to output a padded number.private static classDeprecated.Inner class to output a constant string.private static classDeprecated.Inner class to output one of a set of values.private static classDeprecated.Inner class to output a time zone name.private static classDeprecated.Inner class to output a time zone as a number+/-HHMMor+/-HH:MM.private static classDeprecated.Inner class to output the twelve hour field.private static classDeprecated.Inner class to output the twenty four hour field.private static classDeprecated.Inner class to output a two digit month.private static classDeprecated.Inner class to output a two digit number.private static classDeprecated.Inner class to output a two digit year.private static classDeprecated.Inner class to output an unpadded month.private static classDeprecated.Inner class to output an unpadded number.private static classDeprecated.Inner class to output the numeric day in week.Fields in org.apache.logging.log4j.core.util.datetime declared as FastDatePrinter.RuleModifier and TypeFieldDescriptionstatic final FastDatePrinter.Rule[]FastDatePrinter.Rule.EMPTY_ARRAYprivate FastDatePrinter.Rule[]FastDatePrinter.mRulesDeprecated.The parsed rules.Methods in org.apache.logging.log4j.core.util.datetime that return types with arguments of type FastDatePrinter.RuleModifier and TypeMethodDescriptionprotected List<FastDatePrinter.Rule> FastDatePrinter.parsePattern()Deprecated.Returns a list of Rules given a pattern.