@Deprecated
public class GuiceInjectorBootstrap
extends java.lang.Object
service.properties and parsing the
GuiceProperties.SETUP_PROPERTY property which should point at a
GuiceSetup implementation.| Constructor and Description |
|---|
GuiceInjectorBootstrap()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.inject.Injector |
createInjector()
Deprecated.
|
static com.google.inject.Injector |
createInjector(org.apache.commons.configuration.Configuration configuration,
GuiceSetup setup)
Deprecated.
Creates an Injector by taking a preloaded service.properties and a pre-constructed GuiceSetup
|
static com.google.inject.Injector |
createInjector(GuiceSetup setup)
Deprecated.
Creates an Injector by taking a pre-constructed GuiceSetup
|
static com.google.inject.Injector |
createInjector(PropertyFile properties)
Deprecated.
Create an Injector by loading service.properties and then reading the guice.bootstrap.class from it
This is the entrypoint for the GuiceRegistry |
static com.google.inject.Injector |
createInjector(PropertyFile properties,
GuiceSetup setup)
Deprecated.
Creates an Injector by taking a preloaded service.properties and a pre-constructed GuiceSetup
|
public static com.google.inject.Injector createInjector()
public static com.google.inject.Injector createInjector(PropertyFile properties)
public static com.google.inject.Injector createInjector(GuiceSetup setup)
setup - public static com.google.inject.Injector createInjector(PropertyFile properties, GuiceSetup setup)
properties - setup - public static com.google.inject.Injector createInjector(org.apache.commons.configuration.Configuration configuration,
GuiceSetup setup)
properties - setup - Copyright © 2014. All Rights Reserved.