Uses of Class
org.opencms.synchronize.CmsSynchronizeException
Packages that use CmsSynchronizeException
Package
Description
Classes used to synchronize the OpenCms VFS with the real file system.
-
Uses of CmsSynchronizeException in org.opencms.synchronize
Methods in org.opencms.synchronize that throw CmsSynchronizeExceptionModifier and TypeMethodDescriptionvoid
I_CmsSynchronizeModification.modifyFs
(CmsObject cms, CmsResource vfsRes, File fsFile) Possibility to modify a resource after it has benn exported or updated to the FS.void
I_CmsSynchronizeModification.modifyVfs
(CmsObject cms, CmsResource vfsRes, File fsFile) Possibility to modify a resource after it has been imported or updated into the VFS.Translates the resource name.Constructors in org.opencms.synchronize that throw CmsSynchronizeExceptionModifierConstructorDescriptionCmsSynchronize
(CmsObject cms, CmsSynchronizeSettings settings, I_CmsReport report) Creates a new CmsSynchronize object which automatically start the synchronization process.