Uses of Interface
org.eclipse.sisu.launch.BundlePlan
Packages that use BundlePlan
Package
Description
Utilities to test, launch, and extend Sisu applications.
-
Uses of BundlePlan in org.eclipse.sisu.launch
Classes in org.eclipse.sisu.launch that implement BundlePlanModifier and TypeClassDescriptionclass
BundlePlan
that preparesBindingPublisher
s for JSR330 bundles.class
OSGiBundleTracker
that tracks component bundles and usesBundlePlan
s to publish them.Fields in org.eclipse.sisu.launch with type parameters of type BundlePlanModifier and TypeFieldDescriptionprotected final List
<BundlePlan> SisuTracker.plans
Custom plans; contributed by attaching fragments to the extender bundle.Methods in org.eclipse.sisu.launch that return types with arguments of type BundlePlanModifier and TypeMethodDescriptionprotected List
<BundlePlan> SisuTracker.discoverPlans()
Discovers plans listed locally underMETA-INF/services/org.eclipse.sisu.launch.BundlePlan
; implementations must have a public no-arg constructor or one that accepts aMutableBeanLocator
.