abstract class AbstractRoller extends Object implements FileRollable
| Constructor and Description |
|---|
AbstractRoller(TimeAndSizeRollingAppender rollingAppender) |
| Modifier and Type | Method and Description |
|---|---|
(package private) TimeAndSizeRollingAppender |
getAppender() |
(package private) AppenderRollingProperties |
getProperties() |
(package private) void |
roll(long timeForSuffix)
Invoked by subclasses; delegates actual file roll.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrollAbstractRoller(TimeAndSizeRollingAppender rollingAppender)
final TimeAndSizeRollingAppender getAppender()
final AppenderRollingProperties getProperties()
final void roll(long timeForSuffix)