Uses of Class
org.elasticsearch.common.inject.Stage

Packages that use Stage
org.elasticsearch.common.inject Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework. 
org.elasticsearch.common.inject.internal Guice (sounds like like "juice") 
org.elasticsearch.common.inject.spi Guice service provider interface 
 

Uses of Stage in org.elasticsearch.common.inject
 

Methods in org.elasticsearch.common.inject that return Stage
protected  Stage PrivateModule.currentStage()
           
 Stage Binder.currentStage()
          Gets the current stage.
protected  Stage AbstractModule.currentStage()
           
static Stage Stage.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Stage[] Stage.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.elasticsearch.common.inject with parameters of type Stage
static Injector Guice.createInjector(Stage stage, Iterable<? extends Module> modules)
          Creates an injector for the given set of modules, in a given development stage.
static Injector Guice.createInjector(Stage stage, Module... modules)
          Creates an injector for the given set of modules, in a given development stage.
 

Uses of Stage in org.elasticsearch.common.inject.internal
 

Methods in org.elasticsearch.common.inject.internal with parameters of type Stage
 boolean Scoping.isEagerSingleton(Stage stage)
          Returns true if this scope is a singleton that should be loaded eagerly in stage.
 

Uses of Stage in org.elasticsearch.common.inject.spi
 

Methods in org.elasticsearch.common.inject.spi with parameters of type Stage
static List<Element> Elements.getElements(Stage stage, Iterable<? extends Module> modules)
          Records the elements executed by modules.
static List<Element> Elements.getElements(Stage stage, Module... modules)
          Records the elements executed by modules.
 



Copyright © 2009-2012. All Rights Reserved.