C O S T 

C

createInstance(String) - Method in class org.refcodes.factory.alt.spring.SpringBeanFactoryImpl
To instance.
createInstance(String, Map<String, String>) - Method in class org.refcodes.factory.alt.spring.SpringBeanFactoryImpl
createInstances(Class<?>) - Method in class org.refcodes.factory.alt.spring.SpringBeanFactoryImpl
To instances.

O

org.refcodes.factory.alt.spring - package org.refcodes.factory.alt.spring
 

S

SpringBeanFactoryImpl - Class in org.refcodes.factory.alt.spring
This factory looks up beans from a spring context as provided in the constructor.
SpringBeanFactoryImpl(URI[]) - Constructor for class org.refcodes.factory.alt.spring.SpringBeanFactoryImpl
Creates a factory with the given Spring configuration files.
SpringBeanFactoryImpl(URI[], URI[]) - Constructor for class org.refcodes.factory.alt.spring.SpringBeanFactoryImpl
Creates a factory with the given Spring configuration files.
SpringBeanFactoryImpl(URI[], URI[], Map<String, String>) - Constructor for class org.refcodes.factory.alt.spring.SpringBeanFactoryImpl
Creates a factory with the given Spring configuration files and the given properties.
SpringBeanFactoryImpl(URI[], Map<String, String>) - Constructor for class org.refcodes.factory.alt.spring.SpringBeanFactoryImpl
Creates a factory with the given Spring configuration files and the given properties.

T

toInstances(Class<?>, Map<String, String>) - Method in class org.refcodes.factory.alt.spring.SpringBeanFactoryImpl
To instances.
C O S T