| org.eclipse.sisu.locators.MutableBeanLocator |
Known Indirect Subclasses
|
Public Methods
public
abstract
void
add
(Injector injector, int 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.
Parameters
| injector
| The new injector |
| rank
| The assigned rank
|
public
abstract
void
remove
(Injector injector)
Parameters
| injector
| The old injector
|