Interface PluginManager
-
- All Known Implementing Classes:
PluginManagerImpl
public interface PluginManagerThis is the interface of the class in aloha, which manages all the plugins.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<AlohaPlugin>getPlugins()
-
-
-
Method Detail
-
getPlugins
java.util.List<AlohaPlugin> getPlugins()
- Returns:
- a list of all available plugins
-
-