| Package | Description |
|---|---|
| org.eclipse.sisu.launch |
Utilities to test, launch, and extend Sisu applications.
|
| org.eclipse.sisu.space |
Customizable scanning of bean implementations.
|
| Modifier and Type | Method | Description |
|---|---|---|
SpaceVisitor |
SisuExtensions.visitor(com.google.inject.Binder binder) |
SpaceModule strategy that lets META-INF/services/org.eclipse.sisu.space.SpaceVisitor extensions
override the default scanning. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
QualifiedTypeVisitor |
SpaceVisitor that reports types annotated with Qualifier annotations. |
class |
SisuIndex |
Command-line utility that generates a qualified class index for a space-separated list of JARs.
|
| Modifier and Type | Method | Description |
|---|---|---|
SpaceVisitor |
SpaceModule.Strategy.visitor(com.google.inject.Binder binder) |
Selects the
SpaceVisitor to be used for the given Binder. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SpaceScanner.accept(SpaceVisitor visitor) |
Makes the given
SpaceVisitor visit the ClassSpace of this scanner. |