public class ScopeVersionHash
extends java.lang.Object
| Constructor and Description |
|---|
ScopeVersionHash(int scope,
Version frameworkVersion) |
| Modifier and Type | Method and Description |
|---|---|
long |
getHash() |
int |
getScope() |
boolean |
isDev() |
void |
update(java.lang.String moduleId,
int build)
Updates the hash for the given module.
|
public ScopeVersionHash(int scope,
Version frameworkVersion)