Class DefaultModuleService
- java.lang.Object
-
- de.codecentric.reedelk.platform.services.module.DefaultModuleService
-
- All Implemented Interfaces:
de.codecentric.reedelk.runtime.system.api.ModuleService
public class DefaultModuleService extends Object implements de.codecentric.reedelk.runtime.system.api.ModuleService
-
-
Constructor Summary
Constructors Constructor Description DefaultModuleService(org.osgi.framework.BundleContext context, ModulesManager modulesManager, de.codecentric.reedelk.runtime.system.api.SystemProperty systemProperty, EventListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longinstall(String moduleJarPath)longinstallOrUpdate(String moduleJarPath)de.codecentric.reedelk.runtime.system.api.ModulesDtomodules()longuninstall(String moduleJarPath)longupdate(String moduleJarPath)
-
-
-
Constructor Detail
-
DefaultModuleService
public DefaultModuleService(org.osgi.framework.BundleContext context, ModulesManager modulesManager, de.codecentric.reedelk.runtime.system.api.SystemProperty systemProperty, EventListener listener)
-
-
Method Detail
-
install
public long install(String moduleJarPath)
- Specified by:
installin interfacede.codecentric.reedelk.runtime.system.api.ModuleService
-
update
public long update(String moduleJarPath)
- Specified by:
updatein interfacede.codecentric.reedelk.runtime.system.api.ModuleService
-
installOrUpdate
public long installOrUpdate(String moduleJarPath)
- Specified by:
installOrUpdatein interfacede.codecentric.reedelk.runtime.system.api.ModuleService
-
uninstall
public long uninstall(String moduleJarPath)
- Specified by:
uninstallin interfacede.codecentric.reedelk.runtime.system.api.ModuleService
-
modules
public de.codecentric.reedelk.runtime.system.api.ModulesDto modules()
- Specified by:
modulesin interfacede.codecentric.reedelk.runtime.system.api.ModuleService
-
-