Class ConfigUtils
- java.lang.Object
-
- com.priint.pubserver.appserver.config.ConfigUtils
-
public class ConfigUtils extends java.lang.ObjectConfigUtils- Utility class with method for reading mandatory plugins config
-
-
Constructor Summary
Constructors Constructor Description ConfigUtils()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<MandatoryPluginInfo>getMandatoryPluginsList()
-
-
-
Method Detail
-
getMandatoryPluginsList
public java.util.List<MandatoryPluginInfo> getMandatoryPluginsList() throws ConfigManagerException, javax.xml.bind.JAXBException
- Returns:
- Returns list of mandatory plugins
- Throws:
ConfigManagerExceptionjavax.xml.bind.JAXBException
-
-