Uses of Interface
org.apache.logging.log4j.core.util.datetime.FastDatePrinter.NumberRule
Packages that use FastDatePrinter.NumberRule
-
Uses of FastDatePrinter.NumberRule in org.apache.logging.log4j.core.util.datetime
Classes in org.apache.logging.log4j.core.util.datetime that implement FastDatePrinter.NumberRuleModifier and TypeClassDescriptionprivate static classInner class to output the numeric day in week.private static classInner class to output a padded number.private static classInner class to output the twelve hour field.private static classInner class to output the twenty four hour field.private static classInner class to output a two digit month.private static classInner class to output a two digit number.private static classInner class to output a two digit year.private static classInner class to output an unpadded month.private static classInner class to output an unpadded number.private static classInner class to output the numeric day in week.Fields in org.apache.logging.log4j.core.util.datetime declared as FastDatePrinter.NumberRuleModifier and TypeFieldDescriptionprivate final FastDatePrinter.NumberRuleFastDatePrinter.DayInWeekField.mRuleprivate final FastDatePrinter.NumberRuleFastDatePrinter.TwelveHourField.mRuleprivate final FastDatePrinter.NumberRuleFastDatePrinter.TwentyFourHourField.mRuleprivate final FastDatePrinter.NumberRuleFastDatePrinter.WeekYear.mRuleMethods in org.apache.logging.log4j.core.util.datetime that return FastDatePrinter.NumberRuleModifier and TypeMethodDescriptionprotected FastDatePrinter.NumberRuleFastDatePrinter.selectNumberRule(int field, int padding) Gets an appropriate rule for the padding required.Constructors in org.apache.logging.log4j.core.util.datetime with parameters of type FastDatePrinter.NumberRuleModifierConstructorDescription(package private)(package private)Constructs an instance ofTwelveHourFieldwith the specifiedNumberRule.(package private)Constructs an instance ofTwentyFourHourFieldwith the specifiedNumberRule.(package private)