Package org.onebusaway.container.rotation

Interface Summary
RotationStrategy Defines a Writer rotation strategy that can be used in cooperation with RotationWriter to have one virtual Writer that seamless rotates output to multiple output writers.
 

Class Summary
RotationWriter A Writer extension that supports rotating between different output Writer objects based on a RotationStrategy.
TimeRotationStrategy An implementation of RotationStrategy that writes output to file whose named is specified using a format processed using the the SimpleDateFormat class.
TimeRotationWriterFactoryBean Spring FactoryBean to construct a RotationWriter with a TimeRotationStrategy.
 



Copyright © 2012 OneBusAway. All Rights Reserved.