public class CmsSynchronize extends java.lang.Object
Constructor and Description |
---|
CmsSynchronize(CmsObject cms,
CmsSynchronizeSettings settings,
I_CmsReport report)
Creates a new CmsSynchronize object which automatically start the
synchronization process.
|
Modifier and Type | Method and Description |
---|---|
int |
getCount()
Returns the count.
|
public CmsSynchronize(CmsObject cms, CmsSynchronizeSettings settings, I_CmsReport report) throws CmsSynchronizeException, CmsException
cms
- the current CmsObjectsettings
- the synchronization settings to usereport
- the report to write the output toCmsException
- if something goes wrongCmsSynchronizeException
- if the synchronization process cannot be startedpublic int getCount()