|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MutableBeanLocator
Mutable BeanLocator
that tracks zero or more Injector
s.
Method Summary | |
---|---|
void |
add(com.google.inject.Injector injector)
Adds qualified beans belonging to the given injector to any exposed/watched sequences. |
void |
clear()
Removes all known qualified beans from any exposed/watched sequences. |
void |
remove(com.google.inject.Injector injector)
Removes qualified beans belonging to the given injector from any exposed/watched sequences. |
Methods inherited from interface org.sonatype.guice.bean.locators.BeanLocator |
---|
locate, watch |
Method Detail |
---|
void add(com.google.inject.Injector injector)
injector
- The new injectorvoid remove(com.google.inject.Injector injector)
injector
- The old injectorvoid clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |