Package | Description |
---|---|
com.unitesk.requality.core |
The main core package for using in other packages.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultUUIDGenerator |
class |
SerialUUIDGenerator |
Modifier and Type | Method and Description |
---|---|
IUUIDGenerator |
TreeDB.getUuidGenerator()
Method to get uuid generator
|
Modifier and Type | Method and Description |
---|---|
static TreeDB |
TreeDB.create(java.lang.String name,
ITreeStorage storage,
IUUIDGenerator uuidGenerator)
Creates db structures and root node
|
static TreeDB |
TreeDB.load(ITreeStorage storage,
IUUIDGenerator uuidGenerator) |
static TreeDB |
TreeDB.load(ITreeStorage storage,
IUUIDGenerator uuidGenerator,
int loa,
TreeDB base) |