Liferay 7.0-ce-b4

com.liferay.portal.kernel.util
Class PortalRunMode

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

public class PortalRunMode
extends Object


Constructor Summary
PortalRunMode()
           
 
Method Summary
static boolean isTestMode()
           
static void setTestMode(boolean mode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalRunMode

public PortalRunMode()
Method Detail

isTestMode

public static boolean isTestMode()

setTestMode

public static void setTestMode(boolean mode)

Liferay 7.0-ce-b4