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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ScopeVersionHash
 
- 
- 
Method Details- 
getHashpublic long getHash()
- 
isDevpublic boolean isDev()
- 
getScopepublic int getScope()
- 
updateUpdates the hash for the given module. Make sure that you always add modules in alphabetic order.
 
-