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 TypeClassDescriptionclassBundlePlanthat preparesBindingPublishers for JSR330 bundles.classOSGiBundleTrackerthat tracks component bundles and usesBundlePlans to publish them.Fields in org.eclipse.sisu.launch with type parameters of type BundlePlanModifier and TypeFieldDescriptionprotected final List<BundlePlan> SisuTracker.plansCustom 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.