Class DevModeUtils
java.lang.Object
com.levigo.jadice.web.demo.common.client.util.DevModeUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Due to API difficulties detecting dev, superdev and prod mode we need to provide a custom SuperDev mode detection.
-
Constructor Details
-
DevModeUtils
public DevModeUtils()
-
-
Method Details
-
isAnyDevMode
public static boolean isAnyDevMode()Due to API difficulties detecting dev, superdev and prod mode we need to provide a custom SuperDev mode detection.- Returns:
- true if either superdev or the old dev mode are detected
-