| java.lang.Object | |
| ↳ | org.eclipse.sisu.launch.SisuExtensions |
SPI mechanism for discovering Module and Strategy extensions.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.eclipse.sisu.space.SpaceModule.Strategy
| |||||||||||
From interface
org.eclipse.sisu.wire.WireModule.Strategy
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns global
SisuExtensions from the surrounding class space. | |||||||||||
Installs modules listed in
META-INF/services/com.google.inject.Module; modules must either have a public
no-arg constructor or one with the context type. | |||||||||||
Installs modules listed in
META-INF/services/com.google.inject.Module; modules must have a public no-arg
constructor. | |||||||||||
Returns local
SisuExtensions from the containing class space. | |||||||||||
SpaceModule strategy that lets META-INF/services/org.eclipse.sisu.space.SpaceVisitor override the
default scanning. | |||||||||||
WireModule strategy that lets META-INF/services/org.eclipse.sisu.wire.Wiring override the default
wiring. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.eclipse.sisu.space.SpaceModule.Strategy
| |||||||||||
From interface
org.eclipse.sisu.wire.WireModule.Strategy
| |||||||||||
Returns global SisuExtensions from the surrounding class space.
| space | The class space |
|---|
Installs modules listed in META-INF/services/com.google.inject.Module; modules must either have a public
no-arg constructor or one with the context type.
| binder | The current binder |
|---|---|
| contextType | Optional context type |
| context | Optional context instance |
Installs modules listed in META-INF/services/com.google.inject.Module; modules must have a public no-arg
constructor.
| binder | The current binder |
|---|
Returns local SisuExtensions from the containing class space.
| space | The class space |
|---|
SpaceModule strategy that lets META-INF/services/org.eclipse.sisu.space.SpaceVisitor override the
default scanning.
| binder | The binder |
|---|
WireModule strategy that lets META-INF/services/org.eclipse.sisu.wire.Wiring override the default
wiring.
| binder | The binder |
|---|