Class InstallerModules

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

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

    • InstallerModules Link icon

      public InstallerModules(String version)
    • InstallerModules Link icon

      public InstallerModules()
  • Method Details Link icon

    • update Link icon

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

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

      public Map<String,ModuleFile> getRemoteFileMap()