Package | Description |
---|---|
org.diet4j.core | |
org.diet4j.inclasspath |
Modifier and Type | Class and Description |
---|---|
class |
AbstractScanningModuleRegistry
Collections functionality common to ModuleRegistry implementations that determine the
set of available ModuleMetas through a scan.
|
class |
ScanningClasspathModuleRegistry
A (mock) ModuleRegistry that can be used when all Modules are on the class path,
but they still need to be activated/deactivated.
|
class |
ScanningDirectoriesModuleRegistry
Upon instantiation, recursively scans the provided directory to look for available Modules.
|
Modifier and Type | Method and Description |
---|---|
protected Module |
ModuleMeta.createModule(AbstractModuleRegistry registry,
ClassLoader parentClassLoader)
Create a Module from this ModuleMeta.
|
Constructor and Description |
---|
Module(ModuleMeta meta,
AbstractModuleRegistry registry,
ClassLoader parentClassLoader)
Constructor.
|
ModuleRegistryEvent(AbstractModuleRegistry registry,
ModuleMeta meta)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
InClasspathModuleRegistry
A (mock) ModuleRegistry when all Modules are on the class path.
|
Copyright © 2018. All rights reserved.