Package ch.tocco.nice2.appmodule.impl
Class ModuleManagerImpl
java.lang.Object
ch.tocco.nice2.appmodule.impl.ModuleManagerImpl
- All Implemented Interfaces:
ModuleManager
-
Constructor Summary
ConstructorDescriptionModuleManagerImpl
(org.slf4j.Logger log, RunEnvironmentService runEnvironmentService) -
Method Summary
-
Constructor Details
-
ModuleManagerImpl
-
-
Method Details
-
getModules
- Specified by:
getModules
in interfaceModuleManager
- Returns:
- all Tocco modules ordered by dependency
-
getModule
- Specified by:
getModule
in interfaceModuleManager
-
hasModule
- Specified by:
hasModule
in interfaceModuleManager
-
findModuleByJavaModule
- Specified by:
findModuleByJavaModule
in interfaceModuleManager
- Returns:
- the Tocco module that belongs to the given java
Module
-
getCustomerModule
- Specified by:
getCustomerModule
in interfaceModuleManager
-