| org.sonatype.guice.bean.locators.MutableBeanLocator |
Known Indirect Subclasses
|
Mutable BeanLocator that finds and tracks bindings across zero or more BindingPublishers.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds the given ranked Injector and distributes its Bindings.
| |||||||||||
Removes the given Injector and its Bindings.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.sonatype.guice.bean.locators.BeanLocator
| |||||||||||
From interface
org.sonatype.guice.bean.locators.spi.BindingDistributor
| |||||||||||
Adds the given ranked Injector and distributes its Bindings. Marked as deprecated because most
clients should not call this method; any injector that contains a binding to the BeanLocator is
automatically added to that locator as part of the bootstrapping process.
| injector | The new injector |
|---|---|
| rank | The assigned rank |
Removes the given Injector and its Bindings.
| injector | The old injector |
|---|