Package org.onebusaway.container.rotation
-
Interface Summary Interface Description RotationStrategy Defines aWriterrotation strategy that can be used in cooperation withRotationWriterto have one virtualWriterthat seamless rotates output to multiple output writers. -
Class Summary Class Description RotationWriter AWriterextension that supports rotating between different outputWriterobjects based on aRotationStrategy.TimeRotationStrategy An implementation ofRotationStrategythat writes output to file whose named is specified using a format processed using the theSimpleDateFormatclass.TimeRotationWriterFactoryBean