public class SystemRepository extends NotifyingRepositoryWrapper
| Modifier and Type | Field and Description |
|---|---|
static String |
ID
The repository identifier for the system repository that contains the
configuration data.
|
static String |
REPOSITORY_TYPE |
static String |
TITLE |
| Constructor and Description |
|---|
SystemRepository(File systemDir) |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize()
Initializes this repository.
|
void |
setDelegate(Repository delegate) |
addRepositoryConnectionListener, addRepositoryListener, getConnection, getDefaultReportDeltas, removeRepositoryConnectionListener, removeRepositoryListener, setDataDir, setDefaultReportDeltas, shutDowngetDataDir, getDelegate, getValueFactory, isInitialized, isWritable, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDataDir, getValueFactory, isInitialized, isWritablepublic static final String ID
public static final String TITLE
public static final String REPOSITORY_TYPE
public SystemRepository(File systemDir) throws RepositoryException
RepositoryExceptionpublic void initialize()
throws RepositoryException
Repositoryinitialize in interface Repositoryinitialize in class NotifyingRepositoryWrapperRepositoryException - If the initialization failed.public void setDelegate(Repository delegate)
setDelegate in interface DelegatingRepositorysetDelegate in class RepositoryWrapperCopyright © 2001–2015 Aduna. All rights reserved.