org.shredzone.repowatch.sync
Interface RepositorySynchronizer

All Known Implementing Classes:
RepositorySynchronizerImpl

public interface RepositorySynchronizer

This is the heart of the synchronizer. It synchronizes the repowatch database with the repository's databases.

Version:
$Revision: 328 $

Method Summary
 void doSynchronize()
          Starts the synchronization process.
 void setRepository(Repository repository)
          Sets the Repository to be synchronized.
 

Method Detail

setRepository

void setRepository(Repository repository)
Sets the Repository to be synchronized.


doSynchronize

void doSynchronize()
                   throws SynchronizerException
Starts the synchronization process.

Throws:
SynchronizerException - Synchronization failed for various reasons


Copyright © 2007-2011 shredzone.org. All Rights Reserved.