|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.beans.factory.config.AbstractFactoryBean<RotationWriter>
org.onebusaway.container.rotation.TimeRotationWriterFactoryBean
public class TimeRotationWriterFactoryBean
Spring FactoryBean
to construct a RotationWriter
with a
TimeRotationStrategy
. Specify the path
property to set the
output format/path for the TimeRotationStrategy
.
Field Summary |
---|
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
---|
logger |
Constructor Summary | |
---|---|
TimeRotationWriterFactoryBean()
|
Method Summary | |
---|---|
protected RotationWriter |
createInstance()
|
Class<?> |
getObjectType()
|
void |
setPath(String path)
|
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
---|
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimeRotationWriterFactoryBean()
Method Detail |
---|
public void setPath(String path)
public Class<?> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<RotationWriter>
getObjectType
in class org.springframework.beans.factory.config.AbstractFactoryBean<RotationWriter>
protected RotationWriter createInstance() throws Exception
createInstance
in class org.springframework.beans.factory.config.AbstractFactoryBean<RotationWriter>
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |