com.hammurapi.config.bootstrap
Interface BootstrapFactory<T>

Type Parameters:
T -
All Known Implementing Classes:
BootstrapFactoryImpl, Bootstrapper

public interface BootstrapFactory<T>

Simple factory interface.

Author:
Pavel Vlasov

Method Summary
 FactoryClosure<T> create(String uri, TokenExpander.TokenSource tokens, String[] profilePath, Map<Class<?>,Iterable<?>> services, Map<String,?> bindings)
           
 

Method Detail

create

FactoryClosure<T> create(String uri,
                         TokenExpander.TokenSource tokens,
                         String[] profilePath,
                         Map<Class<?>,Iterable<?>> services,
                         Map<String,?> bindings)
                         throws ConfigurationException
Throws:
ConfigurationException