Overview

The org.whipplugin.reloader.Reloader class is used to reload a WHIP installation when an update is discovered. When this occurs, the WHIP code defined in the WHIP native module invokes the reloader, passing it the arguments it needs to restart WHIP, and then shuts down.

The Reloader then kicks off the WHIP native code again from another JVM, passing the arguments back so it can do its thing.