Package | Description |
---|---|
org.diet4j.core | |
org.diet4j.inclasspath | |
org.diet4j.jsvc | |
org.diet4j.runjunit | |
org.diet4j.status | |
org.diet4j.tomcat |
Modifier and Type | Class and Description |
---|---|
class |
AbstractModuleRegistry
Collects functionality common to implementations of ModuleRegistry.
|
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 | Field and Description |
---|---|
protected ModuleRegistry |
Module.theRegistry
The AbstractModuleRegistry in which this Module is registered.
|
protected static ModuleRegistry |
ModuleRegistry.theSingleton
The singleton instance of this class.
|
Modifier and Type | Method and Description |
---|---|
ModuleRegistry |
Module.getModuleRegistry()
Obtain the ModuleRegistry in which this Module has been registered.
|
ModuleRegistry |
ModuleClassLoader.getModuleRegistry()
Convenience method to obtain the ModuleRegistry in use.
|
static ModuleRegistry |
ModuleRegistry.getSingleton()
Obtain the singleton instance of this class, or a subclass.
|
Modifier and Type | Class and Description |
---|---|
class |
InClasspathModuleRegistry
A (mock) ModuleRegistry when all Modules are on the class path.
|
Modifier and Type | Method and Description |
---|---|
static ModuleRegistry |
InClasspathModuleRegistry.instantiateOrGet(ClassLoader loader)
Obtain the already instantiated ModuleRegistry, or instantiate an InclasspathModuleRegistry
as the singleton ModuleRegistry.
|
Modifier and Type | Field and Description |
---|---|
protected ModuleRegistry |
Diet4jDaemon.theModuleRegistry |
Modifier and Type | Field and Description |
---|---|
protected static ModuleRegistry |
Main.theRegistry
The ModuleRegistry.
|
Modifier and Type | Method and Description |
---|---|
static ModuleRegistry |
StatusMain.findRegistry()
Find the ModuleRegistry.
|
Modifier and Type | Field and Description |
---|---|
protected ModuleRegistry |
TomcatModuleLoader.theModuleRegistry
Keep a reference to the ModuleRegistries that we are using so they won't be garbage collected.
|
Copyright © 2018. All rights reserved.