org.opencms.synchronize
Class CmsSynchronize

java.lang.Object
  extended byorg.opencms.synchronize.CmsSynchronize

public class CmsSynchronize
extends java.lang.Object

Contains all methods to synchronize the VFS with the "real" FS.

Since:
6.0.0
Version:
$Revision: 1.64 $
Author:
Michael Emmerich

Constructor Summary
CmsSynchronize(CmsObject cms, CmsSynchronizeSettings settings, I_CmsReport report)
          Creates a new CmsSynchronize object which automatically start the synchronisation process.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsSynchronize

public CmsSynchronize(CmsObject cms,
                      CmsSynchronizeSettings settings,
                      I_CmsReport report)
               throws CmsSynchronizeException,
                      CmsException
Creates a new CmsSynchronize object which automatically start the synchronisation process.

Parameters:
cms - the current CmsObject
settings - the synchonization settings to use
report - the report to write the output to
Throws:
CmsException - if something goes wrong
CmsSynchronizeException - if the synchronization process cannot be started