Package | Description |
---|---|
org.treetank.access |
Access to Treetank
|
org.treetank.access.conf |
Configuration ofTreetank
|
org.treetank.api |
TreeTank API
This package contains the public TreeTank API.
|
Modifier and Type | Method and Description |
---|---|
ResourceConfiguration |
Session.getConfig()
Getting the resource configuration
|
Modifier and Type | Method and Description |
---|---|
boolean |
Storage.createResource(ResourceConfiguration pResConf)
Initialization of a resource.
|
Constructor and Description |
---|
Session(Storage pStorage,
ResourceConfiguration pResourceConf,
SessionConfiguration pSessionConf,
UberBucket pBucket)
Hidden constructor, only visible for the Storage-Class for instantiation.
|
Modifier and Type | Method and Description |
---|---|
ResourceConfiguration |
ResourceConfiguration.IResourceConfigurationFactory.create(Properties pProperties)
Generating a storage for a fixed file.
|
static ResourceConfiguration |
ResourceConfiguration.deserialize(File pFile,
String pResource)
Deserializing a Resourceconfiguration out of a JSON-file from the persistent storage.
|
Modifier and Type | Method and Description |
---|---|
static void |
ResourceConfiguration.serialize(ResourceConfiguration pConfig) |
Modifier and Type | Method and Description |
---|---|
ResourceConfiguration |
ISession.getConfig()
Getting the resource configuration
|
Modifier and Type | Method and Description |
---|---|
boolean |
IStorage.createResource(ResourceConfiguration pResConf)
Initialization of a resource.
|
Copyright © 2013. All Rights Reserved.