public interface SesameOntologyManager
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BUNDLE_ID
name of containing bundle. used for accessing configs and workspace.
|
| Modifier and Type | Method and Description |
|---|---|
RepositoryConnection |
getConnection(java.lang.String name)
create a new connection to the named repository.
|
RepositoryConnection |
getDefaultConnection()
create a new connection to the default repository.
|
java.util.List<java.lang.String> |
getRepositoryNames() |
static final java.lang.String BUNDLE_ID
RepositoryConnection getDefaultConnection()
throws RepositoryException
RepositoryException - error creating connectionRepositoryConnection getConnection(java.lang.String name)
throws RepositoryException
name - repository name.RepositoryException - invalid name or error creating connectionjava.util.List<java.lang.String> getRepositoryNames()