java.lang.Objectjwrapper.jwutils.JWUpdateApp
public class JWUpdateApp
Can be used by JWrapperUpdateApp virtual apps
Constructor Summary | |
---|---|
JWUpdateApp()
|
Method Summary | |
---|---|
static void |
exitJvm_DontUpdateDontRunApp()
Tell the JWrapper updater to not update and cancel the launch of the virtual app |
static void |
exitJvm_RunAppWithoutUpdate()
Tell the JWrapper updater to skip the update (this time only) and then launch the virtual app |
static void |
exitJvm_RunAppWithoutUpdateDontAskAgain()
Tell the JWrapper updater to skip this update (forever, until a new update appears) and then launch the virtual app |
static void |
exitJvm_UpdateAppAndRun()
Tell the JWrapper updater to update the app bundle then launch the virtual app |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JWUpdateApp()
Method Detail |
---|
public static void exitJvm_DontUpdateDontRunApp()
public static void exitJvm_RunAppWithoutUpdate()
public static void exitJvm_RunAppWithoutUpdateDontAskAgain()
public static void exitJvm_UpdateAppAndRun()