Class ScopeVersionHash

java.lang.Object
com.inductiveautomation.ignition.common.model.ScopeVersionHash

public class ScopeVersionHash extends Object
Facilitates the creation of a scope-specific hash of a specific combination of modules and their versions. Used in client comm to detect any version changes
  • Constructor Details

    • ScopeVersionHash

      public ScopeVersionHash(int scope, Version frameworkVersion)
  • Method Details

    • getHash

      public long getHash()
    • isDev

      public boolean isDev()
    • getScope

      public int getScope()
    • update

      public void update(String moduleId, int build)
      Updates the hash for the given module. Make sure that you always add modules in alphabetic order.