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) PeriodicityTypeRollingCalendar.periodicityType(package private) static PeriodicityType[]PeriodicityType.VALID_ORDERED_LISTMethods in ch.qos.logback.core.rolling.helper that return PeriodicityTypeModifier and TypeMethodDescriptionRollingCalendar.computePeriodicityType()RollingCalendar.getPeriodicityType()static PeriodicityTypeReturns 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 DateRollingCalendar.innerGetEndOfNextNthPeriod(Calendar cal, PeriodicityType periodicityType, Date now, int numPeriods) private static DateRollingCalendar.innerGetEndOfThisPeriod(Calendar cal, PeriodicityType periodicityType, Date now)