|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.ui.WindowHolder
ucar.unidata.idv.IdvManager
ucar.unidata.idv.InstallManager
public class InstallManager
This handles restarting the IDV and re-installing the jar files
| Field Summary | |
|---|---|
static String |
PREF_CHECKFORNEWRELEASE
_more_ |
static String |
PREF_LASTTIMECHECKEDFORNEWRELEASE
_more_ |
static String |
PROP_BUILDDATE
_more_ |
static String |
PROP_BUILDPROPERTIES
_more_ |
static String |
PROP_CURRENTJARS
_more_ |
static String |
PROP_NIGHTLYJARS
_more_ |
| Fields inherited from class ucar.unidata.ui.WindowHolder |
|---|
contents, dialog, frame, window |
| Constructor Summary | |
|---|---|
InstallManager(IntegratedDataViewer idv)
Create this manager |
|
| Method Summary | |
|---|---|
protected void |
automaticallyCheckForUpdates()
Automatically check if there is a new IDV version available |
void |
checkForUpdates()
_more_ |
boolean |
haveNewRelease()
_more_ |
void |
installFromNightlyBuild()
_more_ |
void |
installNewRelease(String jarsPath)
_more_ |
boolean |
isInstallFromJars()
_more_ |
boolean |
isRestartable()
_more_ |
void |
restart()
_more_ |
void |
testcp()
_more_ |
| Methods inherited from class ucar.unidata.ui.WindowHolder |
|---|
actionPerformed, close, doMakeContents, getContents, getDialog, getFrame, getWindow, getWindowTitle, isShowing, removeAll, setMenuBar, setWindowTitle, shouldMakeDialog, show, show, showModal, toFront, windowIsClosing |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PROP_BUILDPROPERTIES
public static final String PROP_BUILDDATE
public static final String PROP_CURRENTJARS
public static final String PROP_NIGHTLYJARS
public static final String PREF_CHECKFORNEWRELEASE
public static final String PREF_LASTTIMECHECKEDFORNEWRELEASE
| Constructor Detail |
|---|
public InstallManager(IntegratedDataViewer idv)
idv - The IDV| Method Detail |
|---|
public boolean isInstallFromJars()
public boolean isRestartable()
public void installFromNightlyBuild()
public void installNewRelease(String jarsPath)
jarsPath - _more_public void testcp()
protected void automaticallyCheckForUpdates()
public void checkForUpdates()
public boolean haveNewRelease()
public void restart()
throws Exception
Exception - _more_
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||