Uses of Interface
org.eclipse.sisu.inject.MutableBeanLocator
Packages that use MutableBeanLocator
Package
Description
Dynamic bean lookup across multiple injectors.
Utilities to test, launch, and extend Sisu applications.
Sisu-Plexus backend implementation.
-
Uses of MutableBeanLocator in org.codehaus.plexus
Fields in org.codehaus.plexus declared as MutableBeanLocatorModifier and TypeFieldDescription(package private) final MutableBeanLocator
DefaultPlexusContainer.qualifiedBeanLocator
-
Uses of MutableBeanLocator in org.eclipse.sisu.inject
Classes in org.eclipse.sisu.inject that implement MutableBeanLocatorModifier and TypeClassDescriptionfinal class
DefaultMutableBeanLocator
that locates qualified beans across a dynamic group ofBindingPublisher
s.Methods in org.eclipse.sisu.inject with parameters of type MutableBeanLocatorModifier and TypeMethodDescription(package private) static void
DefaultBeanLocator.staticAutoPublish
(MutableBeanLocator locator, com.google.inject.Injector injector) -
Uses of MutableBeanLocator in org.eclipse.sisu.launch
Fields in org.eclipse.sisu.launch declared as MutableBeanLocatorModifier and TypeFieldDescriptionprotected final MutableBeanLocator
BundleModule.locator
Shared locator of bound components.private MutableBeanLocator
InjectedTest.locator
private MutableBeanLocator
InjectedTestCase.locator
private final MutableBeanLocator
Main.ShutdownThread.locator
protected final MutableBeanLocator
SisuBundlePlan.locator
protected final MutableBeanLocator
SisuTracker.locator
Shared locator of bound components.Fields in org.eclipse.sisu.launch with type parameters of type MutableBeanLocatorModifier and TypeFieldDescriptionprivate static final Map<Long,
MutableBeanLocator> SisuExtender.locators
Methods in org.eclipse.sisu.launch that return MutableBeanLocatorModifier and TypeMethodDescriptionprotected MutableBeanLocator
SisuExtender.createLocator
(org.osgi.framework.BundleContext context) Returns a new locator of bound components for this extender.protected final MutableBeanLocator
SisuExtender.findLocator
(org.osgi.framework.BundleContext context) Finds the locator associated with this extender; creates one if none exist.Constructors in org.eclipse.sisu.launch with parameters of type MutableBeanLocatorModifierConstructorDescriptionBundleModule
(org.osgi.framework.Bundle bundle, MutableBeanLocator locator) (package private)
ShutdownThread
(MutableBeanLocator locator) SisuBundlePlan
(MutableBeanLocator locator) SisuTracker
(org.osgi.framework.BundleContext context, int stateMask, MutableBeanLocator locator) -
Uses of MutableBeanLocator in org.eclipse.sisu.plexus
Fields in org.eclipse.sisu.plexus declared as MutableBeanLocatorModifier and TypeFieldDescriptionprivate final MutableBeanLocator
ClassRealmManager.beanLocator
protected final MutableBeanLocator
PlexusBundlePlan.locator
Constructors in org.eclipse.sisu.plexus with parameters of type MutableBeanLocatorModifierConstructorDescriptionClassRealmManager
(MutableBeanLocator beanLocator) PlexusBundlePlan
(MutableBeanLocator locator)