java.lang.Object |
↳ |
org.eclipse.sisu.launch.SisuBundlePlan |
Summary
Protected Methods |
boolean
|
appliesTo(Bundle bundle)
|
Module
|
compose(Bundle bundle)
Composes a Module that configures components from the given bundle.
|
Injector
|
inject(Module module)
Creates an Injector from the composed Module configuration.
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
org.eclipse.sisu.launch.BundlePlan
|
Fields
Public Constructors
Public Methods
Returns
- Publisher of bindings;
null
if the plan doesn't apply
Protected Methods
protected
boolean
appliesTo
(Bundle bundle)
Returns
true
if plan applies to the bundle; otherwise false
protected
Module
compose
(Bundle bundle)
Composes a Module that configures components from the given bundle.
protected
Injector
inject
(Module module)
Creates an Injector from the composed Module configuration.