Class TimeRotationWriterFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<RotationWriter>, org.springframework.beans.factory.InitializingBean

    public class TimeRotationWriterFactoryBean
    extends org.springframework.beans.factory.config.AbstractFactoryBean<RotationWriter>
    Spring FactoryBean to construct a RotationWriter with a TimeRotationStrategy. Specify the path property to set the output format/path for the TimeRotationStrategy.
    Author:
    bdferris
    • Constructor Detail

      • TimeRotationWriterFactoryBean

        public TimeRotationWriterFactoryBean()
    • Method Detail

      • setPath

        public void setPath​(String path)
      • getObjectType

        public Class<?> getObjectType()
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean<RotationWriter>
        Specified by:
        getObjectType in class org.springframework.beans.factory.config.AbstractFactoryBean<RotationWriter>