Package org.opencastproject.plugin.impl
Class PluginManagerImpl
- java.lang.Object
-
- org.opencastproject.plugin.impl.PluginManagerImpl
-
- All Implemented Interfaces:
PluginManager
public class PluginManagerImpl extends Object implements PluginManager
A simple tutorial class to learn about Opencast Services
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classPluginManagerImpl.PluginStarter
-
Constructor Summary
Constructors Constructor Description PluginManagerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>listAvailablePlugins()Set<String>listInstalledPlugins()voidsetFeaturesService(org.apache.karaf.features.FeaturesService featuresService)
-
-
-
Method Detail
-
setFeaturesService
public void setFeaturesService(org.apache.karaf.features.FeaturesService featuresService)
-
listAvailablePlugins
public Set<String> listAvailablePlugins()
- Specified by:
listAvailablePluginsin interfacePluginManager
-
listInstalledPlugins
public Set<String> listInstalledPlugins()
- Specified by:
listInstalledPluginsin interfacePluginManager
-
-