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