- registerClassInitHotSwap(Class<?>, boolean, HotSwapAction) - Static method in class com.oracle.truffle.espresso.hotswap.EspressoHotSwap
-
Registration of a HotSwap action that is fired if the klass or any subclass thereof
has a changed static initializer.
- registerHotSwapAction(Class<?>, HotSwapAction) - Static method in class com.oracle.truffle.espresso.hotswap.EspressoHotSwap
-
Registration of a HotSwap action that will be fired in case the klass changes.
- registerMetaInfServicesListener(Class<?>, ClassLoader, HotSwapAction) - Static method in class com.oracle.truffle.espresso.hotswap.EspressoHotSwap
-
Registration of a HotSwap action that will be fired if changes are detected to the declared
META-INF/services for serviceType.
- registerPlugin(HotSwapPlugin) - Static method in class com.oracle.truffle.espresso.hotswap.EspressoHotSwap
-
Registration of a HotSwap plugin for which all generic actions are fired during HotSwap.
- registerPostHotSwapAction(HotSwapAction) - Static method in class com.oracle.truffle.espresso.hotswap.EspressoHotSwap
-
Registration of a generic post HotSwap action that will be fired after class redefinition
completed.
- registerResourceListener(ClassLoader, String, HotSwapAction) - Static method in class com.oracle.truffle.espresso.hotswap.EspressoHotSwap
-
Registration of a HotSwap action that will be fired if changes are detected to the specified
resource.