See: Description
Interface | Description |
---|---|
ContextWithLocalRepoManager | |
DaoProvider | |
LocalRepoManager | |
LocalRepoManagerCloseListener |
Listener notified when a
LocalRepoManager is closed. |
LocalRepoManagerFactory | |
LocalRepoMetaData | |
LocalRepoRegistry | |
LocalRepoRegistry.Property | |
LocalRepoTransaction | |
LocalRepoTransactionListener | |
LocalRepoTransactionPostCloseListener | |
LocalRepoTransactionPreCloseListener |
Enum | Description |
---|---|
LocalRepoRegistry.PropertyEnum |
Exception | Description |
---|---|
FileAlreadyRepositoryException |
Thrown if a
LocalRepoManager could not be created for a given File , because the file
is already a repository and the LocalRepoManager was instructed to create a new repository
from a simple file. |
FileNoDirectoryException |
Thrown if a
LocalRepoManager could not be created for a given File , because the file
is not a directory . |
FileNoRepositoryException |
Thrown if a
LocalRepoManager could not be created for a given File , because the file
is not yet a repository. |
FileNotFoundException |
Thrown if a
LocalRepoManager could not be created for a given File , because the file does not exist. |
LocalRepoManagerException | |
RepositoryCorruptException |
Besides the API, there are a few simple implementation classes not requiring external dependencies.
The most important classes here are:
Copyright © 2013–2019. All rights reserved.