Uses of Class
org.apache.logging.log4j.core.util.datetime.FixedDateFormat.FixedFormat
-
Packages that use FixedDateFormat.FixedFormat Package Description org.apache.logging.log4j.core.util.datetime Log4j 2 date formatting classes. -
-
Uses of FixedDateFormat.FixedFormat in org.apache.logging.log4j.core.util.datetime
Fields in org.apache.logging.log4j.core.util.datetime declared as FixedDateFormat.FixedFormat Modifier and Type Field Description private FixedDateFormat.FixedFormat
FixedDateFormat. fixedFormat
Methods in org.apache.logging.log4j.core.util.datetime that return FixedDateFormat.FixedFormat Modifier and Type Method Description static FixedDateFormat.FixedFormat
FixedDateFormat.FixedFormat. lookup(java.lang.String nameOrPattern)
Returns the FixedFormat with the name or pattern matching the specified string ornull
if not found.(package private) static FixedDateFormat.FixedFormat
FixedDateFormat.FixedFormat. lookupIgnoringNanos(java.lang.String pattern)
static FixedDateFormat.FixedFormat
FixedDateFormat.FixedFormat. valueOf(java.lang.String name)
Returns 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.FixedFormat Modifier and Type Method Description static FixedDateFormat
FixedDateFormat. create(FixedDateFormat.FixedFormat format)
Returns a newFixedDateFormat
object for the specifiedFixedFormat
and aTimeZone.getDefault()
TimeZone.static FixedDateFormat
FixedDateFormat. create(FixedDateFormat.FixedFormat format, java.util.TimeZone tz)
Returns a newFixedDateFormat
object for the specifiedFixedFormat
and TimeZone.Constructors in org.apache.logging.log4j.core.util.datetime with parameters of type FixedDateFormat.FixedFormat Constructor Description FixedDateFormat(FixedDateFormat.FixedFormat fixedFormat, java.util.TimeZone tz)
Constructs a FixedDateFormat for the specified fixed format.FixedDateFormat(FixedDateFormat.FixedFormat fixedFormat, java.util.TimeZone tz, int secondFractionDigits)
Constructs a FixedDateFormat for the specified fixed format.
-