Package | Description |
---|---|
org.openrdf.console |
A command line console tool for communicating with local Sesame repositories.
|
org.openrdf.http.server.repository | |
org.openrdf.repository.manager | |
org.openrdf.repository.manager.util | |
org.openrdf.runtime | |
org.openrdf.workbench | |
org.openrdf.workbench.base |
Modifier and Type | Method and Description |
---|---|
RepositoryManager |
ConsoleState.getManager() |
RepositoryManager |
Console.getManager() |
Modifier and Type | Method and Description |
---|---|
void |
ConsoleState.setManager(RepositoryManager manager) |
void |
Console.setManager(RepositoryManager manager) |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryListController.setRepositoryManager(RepositoryManager repMan) |
void |
RepositoryInterceptor.setRepositoryManager(RepositoryManager repMan) |
void |
RepositoryController.setRepositoryManager(RepositoryManager repMan) |
Modifier and Type | Class and Description |
---|---|
class |
LocalRepositoryManager
An implementation of the
RepositoryManager interface that operates
directly on the repository data files in the local file system. |
class |
RemoteRepositoryManager
A manager for
Repository s that reside on a remote server. |
Modifier and Type | Method and Description |
---|---|
static RepositoryManager |
RepositoryProvider.getRepositoryManager(String url)
Creates a RepositoryManager, if not already created, that will be shutdown
when the JVM exits cleanly.
|
static RepositoryManager |
RepositoryProvider.getRepositoryManagerOfRepository(String url)
Returns the RepositoryManager that will be used for the given repository
URL.
|
Modifier and Type | Class and Description |
---|---|
class |
NotifyingLocalRepositoryManager
NotifyingLocalRepositoryManager extends LocalRepositoryManager with support
for registering listeners.
|
class |
TypeFilteringRepositoryManager |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryManagerListener.initialized(RepositoryManager manager) |
void |
RepositoryManagerListener.refreshed(RepositoryManager manager) |
void |
RepositoryManagerListener.shutDown(RepositoryManager manager) |
Constructor and Description |
---|
TypeFilteringRepositoryManager(String type,
RepositoryManager delegate) |
Constructor and Description |
---|
RepositoryManagerFederator(RepositoryManager manager)
Create an instance capable of federating "user repositories" within the
given
RepositoryManager . |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryServlet.setRepositoryManager(RepositoryManager manager) |
Modifier and Type | Field and Description |
---|---|
protected RepositoryManager |
BaseRepositoryServlet.manager |
Modifier and Type | Method and Description |
---|---|
void |
BaseRepositoryServlet.setRepositoryManager(RepositoryManager manager) |
Copyright © 2001-2016 Aduna. All Rights Reserved.