Class InstallManager

All Implemented Interfaces:
ActionListener, EventListener, IdvConstants

public class InstallManager extends IdvManager
This handles restarting the IDV and re-installing the jar files
Author:
IDV development team
  • Field Details

  • Constructor Details

    • InstallManager

      public InstallManager(IntegratedDataViewer idv)
      Create this manager
      Parameters:
      idv - The IDV
  • Method Details

    • isInstallFromJars

      public boolean isInstallFromJars()
      _more_
      Returns:
      _more_
    • isRestartable

      public boolean isRestartable()
      _more_
      Returns:
      _more_
    • installFromNightlyBuild

      public void installFromNightlyBuild()
      _more_
    • installNewRelease

      public void installNewRelease(String jarsPath)
      _more_
      Parameters:
      jarsPath - _more_
    • testcp

      public void testcp()
      _more_
    • automaticallyCheckForUpdates

      protected void automaticallyCheckForUpdates()
      Automatically check if there is a new IDV version available
    • checkForUpdates

      public void checkForUpdates()
      _more_
    • haveNewRelease

      public boolean haveNewRelease()
      _more_
      Returns:
      _more_
    • restart

      public void restart() throws Exception
      _more_
      Throws:
      Exception - _more_