org.opencms.synchronize
Class CmsSynchronize
java.lang.Object
org.opencms.synchronize.CmsSynchronize
public class CmsSynchronize
- extends Object
Contains all methods to synchronize the VFS with the "real" FS.
- Since:
- 6.0.0
- Version:
- $Revision: 1.62 $
- Author:
- Michael Emmerich
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 CmsObjectsettings - the synchonization settings to usereport - the report to write the output to
- Throws:
CmsException - if something goes wrong
CmsSynchronizeException - if the synchronization process cannot be started