public interface

BundlePlan

org.eclipse.sisu.launch.BundlePlan
Known Indirect Subclasses

Class Overview

Something that can prepare BindingPublishers for component bundles.

Summary

Public Methods
abstract BindingPublisher prepare(Bundle bundle)
Prepares a BindingPublisher of components for the given bundle.

Public Methods

public abstract BindingPublisher prepare (Bundle bundle)

Prepares a BindingPublisher of components for the given bundle.

Parameters
bundle The bundle
Returns
  • Publisher of bindings; null if the plan doesn't apply