Class HotswapperPlugin


  • @Plugin(name="Hotswapper",
            description="Watch for any class file change and reload (hotswap) it on the fly.",
            testedVersions="JDK 1.7.0_45",
            expectedVersions="JDK 1.6+")
    public class HotswapperPlugin
    extends Object
    Hotswap class changes directly via JPDA API.

    This plugin creates an instance for each classloader with autoHotswap agent property set. Then it listens for .class file change and executes hotswap via JPDA API.

    Author:
    Jiri Bubnik
    See Also:
    HotSwapperJpda