| Package | Description |
|---|---|
| ch.qos.logback.core.rolling.helper |
Internal helper classes used by
ch.qos.logback.core.rolling package. |
| Modifier and Type | Field and Description |
|---|---|
(package private) PeriodicityType |
RollingCalendar.periodicityType |
(package private) static PeriodicityType[] |
PeriodicityType.VALID_ORDERED_LIST |
| Modifier and Type | Method and Description |
|---|---|
PeriodicityType |
RollingCalendar.computePeriodicityType() |
PeriodicityType |
RollingCalendar.getPeriodicityType() |
static PeriodicityType |
PeriodicityType.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.
|
| Modifier and Type | Method and Description |
|---|---|
private static java.util.Date |
RollingCalendar.innerGetEndOfNextNthPeriod(java.util.Calendar cal,
PeriodicityType periodicityType,
java.util.Date now,
int numPeriods) |
private static java.util.Date |
RollingCalendar.innerGetEndOfThisPeriod(java.util.Calendar cal,
PeriodicityType periodicityType,
java.util.Date now) |