com.multisoftgroup.jerry
Class JerryProperties
java.lang.Object
com.multisoftgroup.jerry.JerryProperties
public class JerryProperties
- extends Object
This class presents values from jerry.xml configuration file.
- Author:
- Pavel Savin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static JerryProperties getInstance()
getOperatorList
public List<Operator> getOperatorList()
getHostName
public String getHostName()
getJerryAccountList
public List<JerryAccount> getJerryAccountList()
isRegisterationOpen
public boolean isRegisterationOpen()
getOperatorBalancerClass
public Class<OperatorBalancer> getOperatorBalancerClass()
getPort
public int getPort()
getManagementPort
public int getManagementPort()
getJerryBehavior
public JerryBehavior getJerryBehavior()
getSSLKeystore
public String getSSLKeystore()
getSSLKeystorePassword
public String getSSLKeystorePassword()
getSSLPort
public int getSSLPort()
getPlugins
public List<com.multisoftgroup.jerry.webchat.plugin.util.PluginItem> getPlugins()