anyframe.common.config
Class ConfigurationFactoryBean
java.lang.Object
anyframe.common.config.ConfigurationFactoryBean
- All Implemented Interfaces:
- FactoryBean
public class ConfigurationFactoryBean
- extends Object
- implements FactoryBean
FactoryBean implementation for supporting Avalon Configurable API This class
is used only internally
- Since:
- 2007.06.20
- Author:
- MyungChul Kang
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationFactoryBean
public ConfigurationFactoryBean()
getObject
public Object getObject()
throws Exception
-
- Specified by:
getObject in interface FactoryBean
- Throws:
Exception
getObjectType
public Class getObjectType()
-
- Specified by:
getObjectType in interface FactoryBean
isSingleton
public boolean isSingleton()
-
- Specified by:
isSingleton in interface FactoryBean
setConfiguration
public void setConfiguration(org.apache.avalon.framework.configuration.Configuration configuration)
-
Copyright © 2008-2009 Samsung SDS. All Rights Reserved.