|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.util.PropsUtil
public class PropsUtil
| Method Summary | |
|---|---|
static void |
addProperties(Properties properties)
|
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 void |
removeProperties(Properties properties)
|
static 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 |
|---|
public static void addProperties(Properties properties)
public static boolean contains(String key)
public static String get(String key)
public static String get(String key,
Filter filter)
public static String[] getArray(String key)
public static String[] getArray(String key,
Filter filter)
public static Properties getProperties()
public static Properties getProperties(String prefix,
boolean removePrefix)
public static void removeProperties(Properties properties)
public static void set(String key,
String value)
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||