Package org.opencms.synchronize
Class CmsSynchronize
java.lang.Object
org.opencms.synchronize.CmsSynchronize
Contains all methods to synchronize the VFS with the "real" FS.
- Since:
- 6.0.0
-
Constructor Summary
ConstructorDescriptionCmsSynchronize
(CmsObject cms, CmsSynchronizeSettings settings, I_CmsReport report) Creates a new CmsSynchronize object which automatically start the synchronization process. -
Method Summary
-
Constructor Details
-
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 CmsObjectsettings
- the synchronization settings to usereport
- the report to write the output to- Throws:
CmsException
- if something goes wrongCmsSynchronizeException
- if the synchronization process cannot be started
-
-
Method Details
-
getCount
Returns the count.- Returns:
- the count
-