Liferay 6.1.2-ce-ga3

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 boolean contains(String key)
           
static String get(String key)
           
static String get(String key, Filter filter)
           
static String[] getArray(String key)
           
static String[] getArray(String key, Filter filter)
           
static Properties getProperties()
           
static Properties getProperties(String prefix, boolean removePrefix)
           
static Props getProps()
           
static void setProps(Props props)
           
 
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

contains

public static boolean contains(String key)

get

public static String get(String key)

get

public static String get(String key,
                         Filter filter)

getArray

public static String[] getArray(String key)

getArray

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

getProperties

public static Properties getProperties()

getProperties

public static Properties getProperties(String prefix,
                                       boolean removePrefix)

getProps

public static Props getProps()

setProps

public static void setProps(Props props)

Liferay 6.1.2-ce-ga3