public class GidGenerator extends Object
The GID is a 96 bit identifier that's unique on a per-project basis.
| Constructor and Description |
|---|
GidGenerator() |
| Modifier and Type | Method and Description |
|---|---|
String |
generateGid(String pbxClassName,
int hash)
Generate a stable GID based on the class name and hash of some object info.
|