Class Hotswap
java.lang.Object
org.openxava.hotswap.Hotswap
To access the current versions of classes and resources loaded in hot
and know if hot reloading is active.
- Since:
- 7.5
- Author:
- Javier Paniza
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intstatic intstatic intstatic intstatic intstatic booleanisActive()
-
Constructor Details
-
Hotswap
public Hotswap()
-
-
Method Details
-
isActive
public static boolean isActive() -
getModelVersion
public static int getModelVersion() -
getControllersVersion
public static int getControllersVersion() -
getApplicationVersion
public static int getApplicationVersion() -
getPersistentModelVersion
public static int getPersistentModelVersion() -
getI18nResourcesVersion
public static int getI18nResourcesVersion()
-