org.openrdf.repository.manager
Class SystemRepository
java.lang.Object
org.openrdf.repository.base.RepositoryWrapper
org.openrdf.repository.event.base.NotifyingRepositoryWrapper
org.openrdf.repository.manager.SystemRepository
- All Implemented Interfaces:
- DelegatingRepository, NotifyingRepository, Repository
public class SystemRepository
- extends NotifyingRepositoryWrapper
FIXME: do not extend NotifyingRepositoryWrapper, because SystemRepository
shouldn't expose RepositoryWrapper behaviour, just implement
NotifyingRepository.
- Author:
- Herko ter Horst, Arjohn Kampman
|
Field Summary |
static java.lang.String |
ID
The repository identifier for the system repository that contains the
configuration data. |
static java.lang.String |
REPOSITORY_TYPE
|
static java.lang.String |
TITLE
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ID
public static final java.lang.String ID
- The repository identifier for the system repository that contains the
configuration data.
- See Also:
- Constant Field Values
TITLE
public static final java.lang.String TITLE
- See Also:
- Constant Field Values
REPOSITORY_TYPE
public static final java.lang.String REPOSITORY_TYPE
- See Also:
- Constant Field Values
SystemRepository
public SystemRepository(java.io.File systemDir)
throws RepositoryException
- Throws:
RepositoryException
initialize
public void initialize()
throws RepositoryException
- Description copied from interface:
Repository
- Initializes this repository. A repository needs to be initialized before
it can be used.
- Specified by:
initialize in interface Repository- Overrides:
initialize in class NotifyingRepositoryWrapper
- Throws:
RepositoryException - If the initialization failed.
setDelegate
public void setDelegate(Repository delegate)
- Specified by:
setDelegate in interface DelegatingRepository- Overrides:
setDelegate in class RepositoryWrapper
Copyright © 2001-2010 Aduna. All Rights Reserved.