Uses of Interface
org.eclipse.sisu.inject.MutableBeanLocator
-
Packages that use MutableBeanLocator Package Description org.codehaus.plexus org.eclipse.sisu.inject Dynamic bean lookup across multiple injectors.org.eclipse.sisu.launch Utilities to test, launch, and extend Sisu applications.org.eclipse.sisu.plexus Sisu-Plexus backend implementation. -
-
Uses of MutableBeanLocator in org.codehaus.plexus
Fields in org.codehaus.plexus declared as MutableBeanLocator Modifier and Type Field Description (package private) MutableBeanLocatorDefaultPlexusContainer. qualifiedBeanLocator -
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.Methods in org.eclipse.sisu.inject with parameters of type MutableBeanLocator Modifier and Type Method Description (package private) static voidDefaultBeanLocator. staticAutoPublish(MutableBeanLocator locator, com.google.inject.Injector injector) -
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.private MutableBeanLocatorInjectedTest. locatorprivate MutableBeanLocatorInjectedTestCase. locatorprivate MutableBeanLocatorMain.ShutdownThread. locatorprotected MutableBeanLocatorSisuBundlePlan. locatorprotected MutableBeanLocatorSisuTracker. locatorShared locator of bound components.Fields in org.eclipse.sisu.launch with type parameters of type MutableBeanLocator Modifier and Type Field Description private static java.util.Map<java.lang.Long,MutableBeanLocator>SisuExtender. locatorsMethods 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)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 MutableBeanLocator Modifier and Type Field Description private MutableBeanLocatorClassRealmManager. beanLocatorprotected MutableBeanLocatorPlexusBundlePlan. locatorConstructors in org.eclipse.sisu.plexus with parameters of type MutableBeanLocator Constructor Description ClassRealmManager(MutableBeanLocator beanLocator)PlexusBundlePlan(MutableBeanLocator locator)
-