|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MutableBeanLocator
Mutable BeanLocator
that finds and tracks bindings across zero or more BindingPublisher
s.
Method Summary | |
---|---|
void |
add(com.google.inject.Injector injector,
int rank)
Deprecated. |
void |
remove(com.google.inject.Injector injector)
Removes the given Injector and its Binding s. |
Methods inherited from interface org.sonatype.guice.bean.locators.BeanLocator |
---|
locate, watch |
Methods inherited from interface org.sonatype.guice.bean.locators.spi.BindingDistributor |
---|
add, clear, remove |
Method Detail |
---|
@Deprecated void add(com.google.inject.Injector injector, int rank)
Injector
and distributes its Binding
s. 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 injectorrank
- The assigned rankvoid remove(com.google.inject.Injector injector)
Injector
and its Binding
s.
injector
- The old injector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |