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