Class ScopeVersionHash
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.model.ScopeVersionHash
 
- 
 public class ScopeVersionHash extends java.lang.ObjectFacilitates 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 SummaryConstructors Constructor Description ScopeVersionHash(int scope, Version frameworkVersion)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetHash()intgetScope()booleanisDev()voidupdate(java.lang.String moduleId, int build)Updates the hash for the given module.
 
- 
- 
- 
Constructor Detail- 
ScopeVersionHashpublic ScopeVersionHash(int scope, Version frameworkVersion)
 
- 
 
-