| Package | Description |
|---|---|
| org.eclipse.sisu.launch |
Utilities to test, launch, and extend Sisu applications.
|
| org.eclipse.sisu.plexus |
Sisu-Plexus backend implementation.
|
| Modifier and Type | Class and 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 and Description |
|---|---|
protected java.util.List<BundlePlan> |
SisuTracker.plans
Custom plans; contributed by attaching fragments to the extender bundle.
|
| Modifier and Type | Method and 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
PlexusBundlePlan
BundlePlan that prepares BindingPublishers for Plexus bundles. |