com.liferay.util.service
Class ServiceProps
java.lang.Object
com.liferay.util.service.ServiceProps
public class ServiceProps
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
addProperties
public static void addProperties(Properties properties)
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()
removeProperties
public static void removeProperties(Properties properties)
set
public static void set(String key,
String value)