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 BindingPublisher s for JSR330 bundles. |
class |
SisuTracker
OSGi
BundleTracker that tracks component bundles and uses BundlePlan s to publish them. |
Modifier and Type | Field and Description |
---|---|
protected List<BundlePlan> |
SisuTracker.plans
Custom plans; contributed by attaching fragments to the extender bundle.
|
Modifier and Type | Method and Description |
---|---|
protected 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 BindingPublisher s for Plexus bundles. |
Copyright © 2015. All rights reserved.