Uses of Enum
ch.qos.logback.core.rolling.helper.PeriodicityType
Packages that use PeriodicityType
-
Uses of PeriodicityType in ch.qos.logback.core.rolling.helper
Fields in ch.qos.logback.core.rolling.helper declared as PeriodicityTypeModifier and TypeFieldDescription(package private) PeriodicityType
RollingCalendar.periodicityType
(package private) static PeriodicityType[]
PeriodicityType.VALID_ORDERED_LIST
Methods in ch.qos.logback.core.rolling.helper that return PeriodicityTypeModifier and TypeMethodDescriptionRollingCalendar.computePeriodicityType()
RollingCalendar.getPeriodicityType()
static PeriodicityType
Returns the enum constant of this type with the specified name.static PeriodicityType[]
PeriodicityType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.qos.logback.core.rolling.helper with parameters of type PeriodicityTypeModifier and TypeMethodDescriptionprivate static Date
RollingCalendar.innerGetEndOfNextNthPeriod
(Calendar cal, PeriodicityType periodicityType, Date now, int numPeriods) private static Date
RollingCalendar.innerGetEndOfThisPeriod
(Calendar cal, PeriodicityType periodicityType, Date now)