Package org.openxava.hotswap
Class Hotswap
- java.lang.Object
-
- org.openxava.hotswap.Hotswap
-
public class Hotswap extends java.lang.ObjectTo 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 Constructor Description Hotswap()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetApplicationVersion()static intgetControllersVersion()static intgetI18nResourcesVersion()static intgetModelVersion()static intgetPersistentModelVersion()static booleanisActive()
-
-
-
Method Detail
-
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()
-
-