Package | Description |
---|---|
org.openrdf.repository.manager | |
org.openrdf.repository.manager.util | |
org.openrdf.workbench | |
org.openrdf.workbench.base |
Modifier and Type | Method and Description |
---|---|
abstract RepositoryInfo |
RepositoryManager.getRepositoryInfo(String id)
Gets the repository that is known by the specified ID from this manager.
|
RepositoryInfo |
RemoteRepositoryManager.getRepositoryInfo(String id) |
RepositoryInfo |
LocalRepositoryManager.getRepositoryInfo(String id) |
Modifier and Type | Method and Description |
---|---|
Collection<RepositoryInfo> |
RepositoryManager.getAllRepositoryInfos() |
abstract Collection<RepositoryInfo> |
RepositoryManager.getAllRepositoryInfos(boolean skipSystemRepo) |
Collection<RepositoryInfo> |
RemoteRepositoryManager.getAllRepositoryInfos(boolean skipSystemRepo) |
List<RepositoryInfo> |
LocalRepositoryManager.getAllRepositoryInfos(boolean skipSystemRepo) |
Collection<RepositoryInfo> |
RepositoryManager.getAllUserRepositoryInfos() |
Modifier and Type | Method and Description |
---|---|
int |
RepositoryInfo.compareTo(RepositoryInfo o) |
Modifier and Type | Method and Description |
---|---|
RepositoryInfo |
TypeFilteringRepositoryManager.getRepositoryInfo(String id) |
Modifier and Type | Method and Description |
---|---|
Collection<RepositoryInfo> |
TypeFilteringRepositoryManager.getAllRepositoryInfos(boolean skipSystemRepo) |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryServlet.setRepositoryInfo(RepositoryInfo info) |
Modifier and Type | Field and Description |
---|---|
protected RepositoryInfo |
BaseRepositoryServlet.info |
Modifier and Type | Method and Description |
---|---|
void |
BaseRepositoryServlet.setRepositoryInfo(RepositoryInfo info) |
Copyright © 2001-2016 Aduna. All Rights Reserved.