| java.lang.Object | |
| ↳ | org.sonatype.guice.bean.locators.DefaultBeanLocator |
Default MutableBeanLocator that locates qualified beans across a dynamic group of BindingPublishers.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds the given ranked
BindingPublisher and distributes its Bindings. | |||||||||||
Adds the given ranked Injector and distributes its Bindings.
| |||||||||||
Removes all known
BindingPublishers and their Bindings. | |||||||||||
Removes the given
BindingPublisher and its Bindings. | |||||||||||
Removes the given Injector and its Bindings.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.sonatype.guice.bean.locators.BeanLocator
| |||||||||||
From interface
org.sonatype.guice.bean.locators.MutableBeanLocator
| |||||||||||
From interface
org.sonatype.guice.bean.locators.spi.BindingDistributor
| |||||||||||
Adds the given ranked BindingPublisher and distributes its Bindings.
| publisher | The new publisher |
|---|---|
| rank | The assigned rank |
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 BindingPublisher and its Bindings.
| publisher | The old publisher |
|---|
Removes the given Injector and its Bindings.
| injector | The old injector |
|---|