Class SimpleBeanFactory
- java.lang.Object
-
- org.apache.jackrabbit.core.config.SimpleBeanFactory
-
- All Implemented Interfaces:
BeanFactory
public class SimpleBeanFactory extends Object implements BeanFactory
-
-
Constructor Summary
Constructors Constructor Description SimpleBeanFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
newInstance(Class<?> klass, BeanConfig config)
-
-
-
Method Detail
-
newInstance
public Object newInstance(Class<?> klass, BeanConfig config) throws ConfigurationException
- Specified by:
newInstance
in interfaceBeanFactory
- Throws:
ConfigurationException
-
-