public class ModuleManagerImpl extends Object implements ModuleManager
| Constructor and Description |
|---|
ModuleManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
Module |
add(Module module,
ConfigPath entity) |
void |
delete(ConfigPath entity) |
Module |
get(ConfigPath entity) |
List<Module> |
querySubModules(ConfigPath entity) |
void |
update(Module module,
ConfigPath entity) |
public Module add(Module module, ConfigPath entity)
add in interface ModuleManagerpublic void update(Module module, ConfigPath entity)
update in interface ModuleManagerpublic void delete(ConfigPath entity)
delete in interface ModuleManagerpublic Module get(ConfigPath entity)
get in interface ModuleManagerpublic List<Module> querySubModules(ConfigPath entity)
querySubModules in interface ModuleManagerCopyright © 2006–2017 TinyGroup. All rights reserved.