org.jboss.reflect.spi
Class ProgressionConvertorFactory
java.lang.Object
org.jboss.reflect.spi.ProgressionConvertorFactory
public class ProgressionConvertorFactory
- extends Object
Singleton progression instance factory.
We can change the progression convertor with system property
or setting the convertor class name at the singleton factory instance.
This way we can still change the convertor at runtime before actual usage -
in MC beans definition or other IoC - via XML.
- Author:
- Ales Justin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgressionConvertorFactory
public ProgressionConvertorFactory()
getInstance
public static ProgressionConvertorFactory getInstance()
getConvertor
public ProgressionConvertor getConvertor()
throws Throwable
- Throws:
Throwable
setConvertorClassName
public void setConvertorClassName(String convertorClassName)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.