net.imagej.launcher
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() |
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 © 2009–2016 ImageJ. All rights reserved.