Package com.vaadin.hilla
Class Hotswapper
java.lang.Object
com.vaadin.hilla.Hotswapper
Takes care of updating internals of Hilla that need updates when application
classes are updated.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Hotswapper
public Hotswapper()
-
-
Method Details
-
onHotswap
Called by hot swap solutions when one or more classes have been updated.The hot swap solution should not pre-filter the classes but pass everything to this method.
- Parameters:
redefined-trueif the class was redefined,falseif it was loaded for the first timechangedClasses- the classes that have been added or modified
-
markInUse
public static void markInUse() -
isInUse
public static boolean isInUse()
-