|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.inject.Guice
public final class Guice
The entry point to the Guice framework. Creates Container
s from
Module
s.
Method Summary | |
---|---|
static Container |
createContainer(Iterable<Module> modules)
Creates a Container from Module s. |
static Container |
createContainer(Module... modules)
Creates a Container from Module s. |
static Container |
createContainer(Stage stage,
Iterable<Module> modules)
Creates a Container from Module s in a given development
Stage . |
static Container |
createContainer(Stage stage,
Module... modules)
Creates a Container from Module s in a given development
Stage . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Container createContainer(Module... modules) throws CreationException
Container
from Module
s.
CreationException
public static Container createContainer(Iterable<Module> modules) throws CreationException
Container
from Module
s.
CreationException
public static Container createContainer(Stage stage, Module... modules) throws CreationException
Container
from Module
s in a given development
Stage
.
CreationException
public static Container createContainer(Stage stage, Iterable<Module> modules) throws CreationException
Container
from Module
s in a given development
Stage
.
CreationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |