Uses of Enum
org.apache.logging.log4j.core.util.datetime.FixedDateFormat.FixedFormat
Packages that use FixedDateFormat.FixedFormat
-
Uses of FixedDateFormat.FixedFormat in org.apache.logging.log4j.core.util.datetime
Fields in org.apache.logging.log4j.core.util.datetime declared as FixedDateFormat.FixedFormatModifier and TypeFieldDescriptionprivate final FixedDateFormat.FixedFormatFixedDateFormat.fixedFormatMethods in org.apache.logging.log4j.core.util.datetime that return FixedDateFormat.FixedFormatModifier and TypeMethodDescriptionstatic FixedDateFormat.FixedFormatReturns the FixedFormat with the name or pattern matching the specified string ornullif not found.(package private) static FixedDateFormat.FixedFormatFixedDateFormat.FixedFormat.lookupIgnoringNanos(String pattern) static FixedDateFormat.FixedFormatReturns the enum constant of this type with the specified name.static FixedDateFormat.FixedFormat[]FixedDateFormat.FixedFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.logging.log4j.core.util.datetime with parameters of type FixedDateFormat.FixedFormatModifier and TypeMethodDescriptionstatic FixedDateFormatFixedDateFormat.create(FixedDateFormat.FixedFormat format) Returns a newFixedDateFormatobject for the specifiedFixedFormatand aTimeZone.getDefault()TimeZone.static FixedDateFormatFixedDateFormat.create(FixedDateFormat.FixedFormat format, TimeZone tz) Returns a newFixedDateFormatobject for the specifiedFixedFormatand TimeZone.Constructors in org.apache.logging.log4j.core.util.datetime with parameters of type FixedDateFormat.FixedFormatModifierConstructorDescription(package private)FixedDateFormat(FixedDateFormat.FixedFormat fixedFormat, TimeZone tz) Constructs a FixedDateFormat for the specified fixed format.(package private)FixedDateFormat(FixedDateFormat.FixedFormat fixedFormat, TimeZone tz, int secondFractionDigits) Constructs a FixedDateFormat for the specified fixed format.