public interface IModuleManagerFactory
Interface for the overall module managers factory. This is a top level structure that has to be called to get instances of module managers.
Modifier and Type | Method and Description |
---|---|
<ModuleType extends IModule<?>> |
getManager(java.lang.Class<ModuleType> moduleType)
Gets the manager instance handling the specified type of module.
|
<ModuleType extends IModule<?>> |
getManager(java.lang.Class<ModuleType> moduleType,
java.util.Map<java.lang.String,java.lang.Object> hints)
Gets the manager instance handling the specified type of module and that provides
as much functionality specified by the hints table as possible.
|
<ModuleType extends IModule<?>> IModuleManager<ModuleType> getManager(java.lang.Class<ModuleType> moduleType)
moduleType
- <ModuleType extends IModule<?>> IModuleManager<ModuleType> getManager(java.lang.Class<ModuleType> moduleType, java.util.Map<java.lang.String,java.lang.Object> hints)
moduleType
- hints
-