public class TDBManager extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
baseTDBPath
The TDB base directory path, not (currently) accessible to the outside.
|
protected static com.hp.hpl.jena.query.Dataset |
dataset |
static String |
PREFIX
The prefix that identifies a path as TDB-related
|
static String |
TDB_BASE_DIRECTORY
The init-param name that the loader should use to recognise a setting
for the TDB base directory.
|
Constructor and Description |
---|
TDBManager() |
Modifier and Type | Method and Description |
---|---|
static com.hp.hpl.jena.query.Dataset |
getDataset() |
static com.hp.hpl.jena.rdf.model.Model |
getTDBModelNamed(String uri)
Answer the model with the given name in the TDB dataset.
|
static void |
setBaseTDBPath(String value)
The method the loader should call to set the TDB base directory.
|
public static final String PREFIX
public static final String TDB_BASE_DIRECTORY
protected static String baseTDBPath
protected static com.hp.hpl.jena.query.Dataset dataset
public static void setBaseTDBPath(String value)
public static com.hp.hpl.jena.rdf.model.Model getTDBModelNamed(String uri)
public static com.hp.hpl.jena.query.Dataset getDataset()
Copyright © 2014. All Rights Reserved.