Class ScopeVersionHash
java.lang.Object
com.inductiveautomation.ignition.common.model.ScopeVersionHash
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
ScopeVersionHash
-
-
Method Details
-
getHash
public long getHash() -
isDev
public boolean isDev() -
getScope
public int getScope() -
update
Updates the hash for the given module. Make sure that you always add modules in alphabetic order.
-