Uses of Interface
org.eclipse.sisu.inject.MutableBeanLocator
-
Packages that use MutableBeanLocator Package Description org.eclipse.sisu.inject Dynamic bean lookup across multiple injectors.org.eclipse.sisu.launch Utilities to test, launch, and extend Sisu applications. -
-
Uses of MutableBeanLocator in org.eclipse.sisu.inject
Classes in org.eclipse.sisu.inject that implement MutableBeanLocator Modifier and Type Class Description classDefaultBeanLocatorDefaultMutableBeanLocatorthat locates qualified beans across a dynamic group ofBindingPublishers. -
Uses of MutableBeanLocator in org.eclipse.sisu.launch
Fields in org.eclipse.sisu.launch declared as MutableBeanLocator Modifier and Type Field Description protected MutableBeanLocatorBundleModule. locatorShared locator of bound components.protected MutableBeanLocatorSisuBundlePlan. locatorprotected MutableBeanLocatorSisuTracker. locatorShared locator of bound components.Methods in org.eclipse.sisu.launch that return MutableBeanLocator Modifier and Type Method Description protected MutableBeanLocatorSisuExtender. createLocator(org.osgi.framework.BundleContext context)Returns a new locator of bound components for this extender.protected MutableBeanLocatorSisuExtender. 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 MutableBeanLocator Constructor Description BundleModule(org.osgi.framework.Bundle bundle, MutableBeanLocator locator)SisuBundlePlan(MutableBeanLocator locator)SisuTracker(org.osgi.framework.BundleContext context, int stateMask, MutableBeanLocator locator)
-