public class PluginGuiceEnvironment
extends java.lang.Object
This is an internal implementation detail of how the main server is able to export its explicit Guice bindings to tightly coupled plugins, giving them access to singletons and request scoped resources just like any core code.
Modifier and Type | Method and Description |
---|---|
void |
setDbCfgInjector(com.google.inject.Injector dbInjector,
com.google.inject.Injector cfgInjector) |
void |
setHttpInjector(com.google.inject.Injector injector) |
void |
setSshInjector(com.google.inject.Injector injector) |