Package org.eclipse.sisu.launch
Interface BundlePlan
- All Known Implementing Classes:
PlexusBundlePlan
,SisuBundlePlan
,SisuTracker
public interface BundlePlan
Something that can prepare
BindingPublisher
s for component bundles.-
Method Summary
Modifier and TypeMethodDescriptionprepare
(org.osgi.framework.Bundle bundle) Prepares aBindingPublisher
of components for the given bundle.
-
Method Details
-
prepare
Prepares aBindingPublisher
of components for the given bundle.- Parameters:
bundle
- The bundle- Returns:
- Publisher of bindings;
null
if the plan doesn't apply
-