org.opencms.synchronize
Class CmsSynchronize

java.lang.Object
  extended by org.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.72 $
Author:
Michael Emmerich

Constructor Summary
CmsSynchronize(CmsObject cms, CmsSynchronizeSettings settings, I_CmsReport report)
          Creates a new CmsSynchronize object which automatically start the synchronization process.
 
Method Summary
 int getCount()
          Returns the count.
 
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 synchronization process.

Parameters:
cms - the current CmsObject
settings - the synchronization 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
Method Detail

getCount

public int getCount()
Returns the count.

Returns:
the count