Uses of Interface
org.apache.logging.log4j.core.util.datetime.FastDatePrinter.NumberRule
-
Packages that use FastDatePrinter.NumberRule Package Description org.apache.logging.log4j.core.util.datetime -
-
Uses of FastDatePrinter.NumberRule in org.apache.logging.log4j.core.util.datetime
Classes in org.apache.logging.log4j.core.util.datetime that implement FastDatePrinter.NumberRule Modifier and Type Class Description private static classFastDatePrinter.DayInWeekFieldDeprecated.Inner class to output the numeric day in week.private static classFastDatePrinter.PaddedNumberFieldDeprecated.Inner class to output a padded number.private static classFastDatePrinter.TwelveHourFieldDeprecated.Inner class to output the twelve hour field.private static classFastDatePrinter.TwentyFourHourFieldDeprecated.Inner class to output the twenty four hour field.private static classFastDatePrinter.TwoDigitMonthFieldDeprecated.Inner class to output a two digit month.private static classFastDatePrinter.TwoDigitNumberFieldDeprecated.Inner class to output a two digit number.private static classFastDatePrinter.TwoDigitYearFieldDeprecated.Inner class to output a two digit year.private static classFastDatePrinter.UnpaddedMonthFieldDeprecated.Inner class to output an unpadded month.private static classFastDatePrinter.UnpaddedNumberFieldDeprecated.Inner class to output an unpadded number.private static classFastDatePrinter.WeekYearDeprecated.Inner class to output the numeric day in week.Fields in org.apache.logging.log4j.core.util.datetime declared as FastDatePrinter.NumberRule Modifier and Type Field Description private FastDatePrinter.NumberRuleFastDatePrinter.DayInWeekField. mRuleprivate FastDatePrinter.NumberRuleFastDatePrinter.TwelveHourField. mRuleprivate FastDatePrinter.NumberRuleFastDatePrinter.TwentyFourHourField. mRuleprivate FastDatePrinter.NumberRuleFastDatePrinter.WeekYear. mRuleMethods in org.apache.logging.log4j.core.util.datetime that return FastDatePrinter.NumberRule Modifier and Type Method Description protected FastDatePrinter.NumberRuleFastDatePrinter. selectNumberRule(int field, int padding)Deprecated.Gets an appropriate rule for the padding required.Constructors in org.apache.logging.log4j.core.util.datetime with parameters of type FastDatePrinter.NumberRule Constructor Description DayInWeekField(FastDatePrinter.NumberRule rule)TwelveHourField(FastDatePrinter.NumberRule rule)Constructs an instance ofTwelveHourFieldwith the specifiedNumberRule.TwentyFourHourField(FastDatePrinter.NumberRule rule)Constructs an instance ofTwentyFourHourFieldwith the specifiedNumberRule.WeekYear(FastDatePrinter.NumberRule rule)
-