Class Summary |
CachedRepositoryImpl |
Provides a CachedRepository, which uses either a Repository and a BackupRepository
as remote and local storage, or a URL location and two files, from which it will create a Repository
and a FileBasedBackupRepository . |
FilebasedBackupRepository |
A file-based implementation of the Backup Repository, using two files to store the current
and backup version. |
RemoteRepository |
This class works as a local interface for a remote repository by handling the network
communication. |