| Package | Description |
|---|---|
| org.eclipse.sisu.launch |
Utilities to test, launch, and extend Sisu applications.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
SisuBundlePlan |
BundlePlan that prepares BindingPublishers for JSR330 bundles. |
class |
SisuTracker |
OSGi
BundleTracker that tracks component bundles and uses BundlePlans to publish them. |
| Modifier and Type | Field | Description |
|---|---|---|
protected java.util.List<BundlePlan> |
SisuTracker.plans |
Custom plans; contributed by attaching fragments to the extender bundle.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected java.util.List<BundlePlan> |
SisuTracker.discoverPlans() |
Discovers plans listed locally under
META-INF/services/org.eclipse.sisu.launch.BundlePlan ;
implementations must have a public no-arg constructor or one that accepts a MutableBeanLocator. |