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 Summary
Constructors Constructor Description ScopeVersionHash(int scope, Version frameworkVersion) 
- 
Method Summary
All 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
- 
ScopeVersionHash
public ScopeVersionHash(int scope, Version frameworkVersion) 
 - 
 
 -