Uses of Interface
org.eclipse.sisu.inject.BindingPublisher
-
Packages that use BindingPublisher Package Description 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.osgi -
-
Uses of BindingPublisher in org.eclipse.sisu.inject
Classes in org.eclipse.sisu.inject that implement BindingPublisher Modifier and Type Class Description classInjectorBindingsMethods in org.eclipse.sisu.inject that return BindingPublisher Modifier and Type Method Description static BindingPublisherInjectorBindings. findBindingPublisher(com.google.inject.Injector injector)Methods in org.eclipse.sisu.inject that return types with arguments of type BindingPublisher Modifier and Type Method Description Iterable<BindingPublisher>DefaultBeanLocator. publishers()Iterable<BindingPublisher>MutableBeanLocator. publishers()Snapshot of currently registeredBindingPublishers.Methods in org.eclipse.sisu.inject with parameters of type BindingPublisher Modifier and Type Method Description booleanDefaultBeanLocator. add(BindingPublisher publisher)booleanMutableBeanLocator. add(BindingPublisher publisher)Adds the given rankedBindingPublisherand distributes itsBindings.booleanDefaultBeanLocator. remove(BindingPublisher publisher)booleanMutableBeanLocator. remove(BindingPublisher publisher)Removes the givenBindingPublisherand itsBindings. -
Uses of BindingPublisher in org.eclipse.sisu.launch
Methods in org.eclipse.sisu.launch that return BindingPublisher Modifier and Type Method Description BindingPublisherBundlePlan. prepare(org.osgi.framework.Bundle bundle)Prepares aBindingPublisherof components for the given bundle.BindingPublisherSisuBundlePlan. prepare(org.osgi.framework.Bundle bundle)BindingPublisherSisuTracker. prepare(org.osgi.framework.Bundle bundle) -
Uses of BindingPublisher in org.eclipse.sisu.osgi
Classes in org.eclipse.sisu.osgi that implement BindingPublisher Modifier and Type Class Description classServiceBindingsOn-demand publisher ofBindings from the OSGi service registry.
-