Class InstallerModules

java.lang.Object
org.bgerp.app.dist.inst.InstallerModules

public class InstallerModules extends Object
Installer of update modules.
  • Constructor Details

    • InstallerModules

      public InstallerModules(String version)
    • InstallerModules

      public InstallerModules()
  • Method Details

    • update

      public void update(boolean force)
      Update to the latest
      Parameters:
      force - compare remote build with locally installed.
    • getRemoteHtml

      protected org.jsoup.nodes.Document getRemoteHtml(String updateUrl) throws IOException
      Throws:
      IOException
    • getRemoteFileMap

      public Map<String,ModuleFile> getRemoteFileMap()