Liferay 7.0-ce-b4

com.liferay.portal.kernel.test.util
Class TestPropsUtil

java.lang.Object
  extended by com.liferay.portal.kernel.test.util.TestPropsUtil

public class TestPropsUtil
extends Object


Method Summary
static String get(String key)
           
static Properties getProperties()
           
static void printProperties()
           
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

get

public static String get(String key)

getProperties

public static Properties getProperties()

printProperties

public static void printProperties()

set

public static void set(String key,
                       String value)

Liferay 7.0-ce-b4