Liferay 6.0.5

com.liferay.portal.util
Class PropsUtil_IW

java.lang.Object
  extended by com.liferay.portal.util.PropsUtil_IW

public class PropsUtil_IW
extends Object


Method Summary
 void addProperties(Properties properties)
           
 boolean contains(String key)
           
 String get(String key)
           
 String get(String key, Filter filter)
           
 String[] getArray(String key)
           
 String[] getArray(String key, Filter filter)
           
static PropsUtil_IW getInstance()
           
 Properties getProperties()
           
 Properties getProperties(String prefix, boolean removePrefix)
           
 void removeProperties(Properties properties)
           
 void set(String key, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static PropsUtil_IW getInstance()

addProperties

public void addProperties(Properties properties)

contains

public boolean contains(String key)

get

public String get(String key)

get

public String get(String key,
                  Filter filter)

getArray

public String[] getArray(String key)

getArray

public String[] getArray(String key,
                         Filter filter)

getProperties

public Properties getProperties()

getProperties

public Properties getProperties(String prefix,
                                boolean removePrefix)

removeProperties

public void removeProperties(Properties properties)

set

public void set(String key,
                String value)

Liferay 6.0.5