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.org.eclipse.sisu.plexus Sisu-Plexus backend implementation. -
-
Uses of BundlePlan in org.eclipse.sisu.launch
Classes in org.eclipse.sisu.launch that implement BundlePlan Modifier and Type Class Description class
SisuBundlePlan
BundlePlan
that preparesBindingPublisher
s for JSR330 bundles.class
SisuTracker
OSGiBundleTracker
that tracks component bundles and usesBundlePlan
s to publish them.Fields in org.eclipse.sisu.launch with type parameters of type BundlePlan Modifier and Type Field Description protected java.util.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 BundlePlan Modifier and Type Method Description protected java.util.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
. -
Uses of BundlePlan in org.eclipse.sisu.plexus
Classes in org.eclipse.sisu.plexus that implement BundlePlan Modifier and Type Class Description class
PlexusBundlePlan
BundlePlan
that preparesBindingPublisher
s for Plexus bundles.
-