org.shredzone.repowatch.service
Interface SyncService
- All Known Implementing Classes:
- SyncServiceImpl
public interface SyncService
A service providing everything that is required for keeping the
database in sync with the original repository database.
- Version:
- $Revision: 323 $
syncRepository
void syncRepository(Repository repo)
throws SynchronizerException
- Synchronizes only a single repository.
- Parameters:
repo - Repository to synchronize.
- Throws:
SynchronizerException - Synchronization failed
SynchronizerException
Copyright © 2007-2011
shredzone.org. All Rights Reserved.