程序包 | 说明 |
---|---|
org.opencms.synchronize |
Classes used to synchronize the OpenCms VFS with the real file system.
|
限定符和类型 | 方法和说明 |
---|---|
void |
I_CmsSynchronizeModification.modifyFs(CmsObject cms,
CmsResource vfsRes,
java.io.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,
java.io.File fsFile)
Possibility to modify a resource after it has been imported or updated
into the VFS.
|
java.lang.String |
I_CmsSynchronizeModification.translate(CmsObject cms,
java.lang.String resName)
Translates the resource name.
|
构造器和说明 |
---|
CmsSynchronize(CmsObject cms,
CmsSynchronizeSettings settings,
I_CmsReport report)
Creates a new CmsSynchronize object which automatically start the
synchronization process.
|