| java.lang.Object | |
| ↳ | org.eclipse.sisu.launch.BundleModule |
Guice module that uses classpath-scanning and auto-wiring to bind JSR330 components from OSGi bundles.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| extensions | Local bundle extensions to Sisu. | ||||||||||
| locator | Shared locator of bound components. | ||||||||||
| space | Local bundle classes and resources. | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a module containing common context bindings for the bundle.
| |||||||||||
Returns a module that installs modules from
META-INF/services/com.google.inject.Module. | |||||||||||
Returns the properties associated with the current context.
| |||||||||||
Returns the list of configured binding modules for this bundle.
| |||||||||||
Returns a module that scans the bundle classpath for components.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.google.inject.Module
| |||||||||||
Returns a module containing common context bindings for the bundle.
Returns a module that installs modules from META-INF/services/com.google.inject.Module.
Returns the properties associated with the current context.
Returns the list of configured binding modules for this bundle.
Returns a module that scans the bundle classpath for components.