Uses of Class
ch.qos.logback.core.rolling.helper.PeriodicityType
-
Packages that use PeriodicityType Package Description ch.qos.logback.core.rolling.helper Internal helper classes used bych.qos.logback.core.rollingpackage. -
-
Uses of PeriodicityType in ch.qos.logback.core.rolling.helper
Fields in ch.qos.logback.core.rolling.helper declared as PeriodicityType Modifier and Type Field Description (package private) PeriodicityTypeRollingCalendar. periodicityType(package private) static PeriodicityType[]PeriodicityType. VALID_ORDERED_LISTMethods in ch.qos.logback.core.rolling.helper that return PeriodicityType Modifier and Type Method Description PeriodicityTypeRollingCalendar. computePeriodicityType()PeriodicityTypeRollingCalendar. getPeriodicityType()static PeriodicityTypePeriodicityType. valueOf(java.lang.String name)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 PeriodicityType Modifier and Type Method Description private static java.util.DateRollingCalendar. innerGetEndOfNextNthPeriod(java.util.Calendar cal, PeriodicityType periodicityType, java.util.Date now, int numPeriods)private static java.util.DateRollingCalendar. innerGetEndOfThisPeriod(java.util.Calendar cal, PeriodicityType periodicityType, java.util.Date now)
-