com.hammurapi.config.runtime
Class BootstrapFactoryImpl<T>

java.lang.Object
  extended by 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

Constructor Summary
BootstrapFactoryImpl()
           
 
Method Summary
 FactoryClosure<T> create(String uri, TokenExpander.TokenSource tokens, String[] profilePath, Map<Class<?>,Iterable<?>> services, Map<String,?> bindings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootstrapFactoryImpl

public BootstrapFactoryImpl()
Method Detail

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