@Beta public interface ModuleService
Modifier and Type | Method and Description |
---|---|
Modules |
getAllModules() |
Module |
getModule(ModuleKey key) |
Modules |
getModules(ModuleKeys keys) |
void |
installModule(String url) |
void |
startModule(ModuleKey key) |
void |
stopModule(ModuleKey key) |
void |
uninstallModule(ModuleKey key) |
void |
updateModule(ModuleKey key) |
Module getModule(ModuleKey key) throws ModuleNotFoundException
ModuleNotFoundException
Modules getModules(ModuleKeys keys)
Modules getAllModules()
void installModule(String url)
void startModule(ModuleKey key)
void stopModule(ModuleKey key)
void updateModule(ModuleKey key)
void uninstallModule(ModuleKey key)