Liferay 7.0-ce-m3

com.liferay.portal.settings
Class PropertiesSettings

java.lang.Object
  extended by com.liferay.portal.kernel.settings.BaseSettings
      extended by com.liferay.portal.settings.PropertiesSettings
All Implemented Interfaces:
Settings

public class PropertiesSettings
extends BaseSettings


Field Summary
 
Fields inherited from class com.liferay.portal.kernel.settings.BaseSettings
parentSettings
 
Constructor Summary
PropertiesSettings(Properties properties, ResourceManager resourceManager)
           
PropertiesSettings(Properties properties, ResourceManager resourceManager, Settings parentSettings)
           
 
Method Summary
protected  String doGetValue(String key)
           
protected  String[] doGetValues(String key)
           
protected  String getProperty(String key)
           
protected  String readProperty(String key)
           
 
Methods inherited from class com.liferay.portal.kernel.settings.BaseSettings
getModifiableSettings, getParentSettings, getValue, getValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesSettings

public PropertiesSettings(Properties properties,
                          ResourceManager resourceManager)

PropertiesSettings

public PropertiesSettings(Properties properties,
                          ResourceManager resourceManager,
                          Settings parentSettings)
Method Detail

doGetValue

protected String doGetValue(String key)
Specified by:
doGetValue in class BaseSettings

doGetValues

protected String[] doGetValues(String key)
Specified by:
doGetValues in class BaseSettings

getProperty

protected String getProperty(String key)

readProperty

protected String readProperty(String key)

Liferay 7.0-ce-m3