Uses of Interface
org.eclipse.sisu.inject.BindingPublisher
Packages that use BindingPublisher
Package
Description
Dynamic bean lookup across multiple injectors.
Utilities to test, launch, and extend Sisu applications.
-
Uses of BindingPublisher in org.eclipse.sisu.inject
Classes in org.eclipse.sisu.inject that implement BindingPublisherModifier and TypeClassDescriptionfinal class
Methods in org.eclipse.sisu.inject that return BindingPublisherModifier and TypeMethodDescriptionstatic BindingPublisher
InjectorBindings.findBindingPublisher
(com.google.inject.Injector injector) Methods in org.eclipse.sisu.inject that return types with arguments of type BindingPublisherModifier and TypeMethodDescriptionDefaultBeanLocator.publishers()
MutableBeanLocator.publishers()
Snapshot of currently registeredBindingPublisher
s.Methods in org.eclipse.sisu.inject with parameters of type BindingPublisherModifier and TypeMethodDescriptionboolean
DefaultBeanLocator.add
(BindingPublisher publisher) boolean
MutableBeanLocator.add
(BindingPublisher publisher) Adds the given rankedBindingPublisher
and distributes itsBinding
s.boolean
DefaultBeanLocator.remove
(BindingPublisher publisher) boolean
MutableBeanLocator.remove
(BindingPublisher publisher) Removes the givenBindingPublisher
and itsBinding
s. -
Uses of BindingPublisher in org.eclipse.sisu.launch
Methods in org.eclipse.sisu.launch that return BindingPublisherModifier and TypeMethodDescriptionBundlePlan.prepare
(org.osgi.framework.Bundle bundle) Prepares aBindingPublisher
of components for the given bundle.SisuBundlePlan.prepare
(org.osgi.framework.Bundle bundle) SisuTracker.prepare
(org.osgi.framework.Bundle bundle) -
Uses of BindingPublisher in org.eclipse.sisu.osgi
Classes in org.eclipse.sisu.osgi that implement BindingPublisherModifier and TypeClassDescriptionfinal class
On-demand publisher ofBinding
s from the OSGi service registry.