| Package | Description |
|---|---|
| org.eclipse.sisu.space |
Customizable scanning of bean implementations.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultClassFinder |
ClassFinder that finds Class resources under a given package name. |
class |
IndexedClassFinder |
ClassFinder that finds Class resources listed in the named index. |
| Modifier and Type | Field | Description |
|---|---|---|
static ClassFinder |
SpaceModule.GLOBAL_INDEX |
|
static ClassFinder |
SpaceModule.LOCAL_INDEX |
|
static ClassFinder |
SpaceModule.LOCAL_SCAN |
| Constructor | Description |
|---|---|
SpaceModule(ClassSpace space,
ClassFinder finder) |
|
SpaceScanner(ClassSpace space,
ClassFinder finder) |