com.hammurapi.config.runtime
Class BootstrapFactoryImpl<T>
java.lang.Object
com.hammurapi.config.runtime.BootstrapFactoryImpl<T>
- Type Parameters:
T -
- All Implemented Interfaces:
- BootstrapFactory<T>
public class BootstrapFactoryImpl<T>
- extends Object
- implements BootstrapFactory<T>
Implementation of BootstrapFactory.
- Author:
- Pavel Vlasov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BootstrapFactoryImpl
public BootstrapFactoryImpl()
create
public FactoryClosure<T> create(String uri,
TokenExpander.TokenSource tokens,
String[] profilePath,
Map<Class<?>,Iterable<?>> services,
Map<String,?> bindings)
throws ConfigurationException
- Specified by:
create in interface BootstrapFactory<T>
- Throws:
ConfigurationException