org.apache.cayenne.di
Class DIBootstrap

java.lang.Object
  extended by org.apache.cayenne.di.DIBootstrap

public class DIBootstrap
extends java.lang.Object

A class that bootstraps the Cayenne DI container.

Since:
3.1

Constructor Summary
DIBootstrap()
           
 
Method Summary
static Injector createInjector(java.util.Collection<Module> modules)
          Creates and returns an injector instance working with the set of provided modules.
static Injector createInjector(Module... modules)
          Creates and returns an injector instance working with the set of provided modules.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DIBootstrap

public DIBootstrap()
Method Detail

createInjector

public static Injector createInjector(Module... modules)
                               throws ConfigurationException
Creates and returns an injector instance working with the set of provided modules.

Throws:
ConfigurationException

createInjector

public static Injector createInjector(java.util.Collection<Module> modules)
Creates and returns an injector instance working with the set of provided modules.



Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.