public class RemoteUpdater extends Object
The ImageJ updater has a convenient bootstrap Javascript that allows launching the updater via jrunscript -- or from the ImageJ launcher, e.g. when the ImageJ main class could not be loaded.
Modifier and Type | Field and Description |
---|---|
static String |
BOOTSTRAP_REMOTE_URL |
static String |
JS_REMOTE_URL |
Constructor and Description |
---|
RemoteUpdater() |
Modifier and Type | Method and Description |
---|---|
static boolean |
runRemote(Throwable cause)
Runs the ImageJ updater via the
bootstrap.js script, hosted on
the main update site. |
public static final String BOOTSTRAP_REMOTE_URL
public static final String JS_REMOTE_URL
public static boolean runRemote(Throwable cause)
bootstrap.js
script, hosted on
the main update site.cause
- the reason why the ImageJ updater needs to be called, or nullCopyright © 2014–2022 ImageJ. All rights reserved.