Liferay 6.0.5

com.liferay.portal.kernel.util
Class PropsUtil

java.lang.Object
  extended by com.liferay.portal.kernel.util.PropsUtil

public class PropsUtil
extends Object


Constructor Summary
PropsUtil()
           
 
Method Summary
static String get(String key)
           
static String get(String key, Filter filter)
           
static String[] getArray(String key)
           
static Properties getProperties()
           
static Properties getProperties(String prefix, boolean removePrefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropsUtil

public PropsUtil()
Method Detail

get

public static String get(String key)

get

public static String get(String key,
                         Filter filter)

getArray

public static String[] getArray(String key)

getProperties

public static Properties getProperties()

getProperties

public static Properties getProperties(String prefix,
                                       boolean removePrefix)

Liferay 6.0.5