Class MandatoryPlugins
- java.lang.Object
-
- com.priint.pubserver.appserver.config.MandatoryPlugins
-
public class MandatoryPlugins extends java.lang.ObjectMandatoryPlugins- Keeps list of mandatory plugins
-
-
Constructor Summary
Constructors Constructor Description MandatoryPlugins()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<MandatoryPluginInfo>getPluginInfos()voidsetPluginInfos(java.util.List<MandatoryPluginInfo> pluginInfos)Set the plugin info as a List of MandatoryPluginInfo
-
-
-
Method Detail
-
getPluginInfos
public java.util.List<MandatoryPluginInfo> getPluginInfos()
- Returns:
- pluginInfo as List of MandatoryPluginInfo
-
setPluginInfos
public void setPluginInfos(java.util.List<MandatoryPluginInfo> pluginInfos)
Set the plugin info as a List of MandatoryPluginInfo- Parameters:
pluginInfos- information about the Plugin as List
-
-