Uses of Interface
org.eclipse.sisu.launch.BundlePlan
-
Packages that use BundlePlan Package Description org.eclipse.sisu.launch Utilities to test, launch, and extend Sisu applications. -
-
Uses of BundlePlan in org.eclipse.sisu.launch
Classes in org.eclipse.sisu.launch that implement BundlePlan Modifier and Type Class Description classSisuBundlePlanBundlePlanthat preparesBindingPublishers for JSR330 bundles.classSisuTrackerOSGiBundleTrackerthat tracks component bundles and usesBundlePlans to publish them.Fields in org.eclipse.sisu.launch with type parameters of type BundlePlan Modifier and Type Field Description protected 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 BundlePlan Modifier and Type Method Description protected 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.
-