Package org.fulib.fx.util
Class FrameworkUtil
java.lang.Object
org.fulib.fx.util.FrameworkUtil
-
Method Details
-
runningInDev
public static boolean runningInDev()Checks if the framework is running in development mode. This is the case if the INDEV environment variable is set to true.Since people are dumb and might not set the variable correctly, it also checks if the intellij launcher is used.
- Returns:
- True if the framework is running in development mode
-
error
-
note
-