|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.synchronize.CmsSynchronizeList
public class CmsSynchronizeList
Defines the CmsSynchronizeList object, used to store synchronisation data required to synchronize the VFS and the server FS.
Constructor Summary | |
---|---|
CmsSynchronizeList(java.lang.String resName,
java.lang.String transResName,
long modifiedVfs,
long modifiedFs)
Constructor, creates a new CmsSynchronizeList object. |
Method Summary | |
---|---|
static java.lang.String |
getFormatDescription()
Returns a format description of the sync-list file on the server FS. |
long |
getModifiedFs()
Returns the last modification date in the Fs. |
long |
getModifiedVfs()
Returns the last modification date in the Vfs. |
java.lang.String |
getResName()
Returns the name of the resource. |
java.lang.String |
getTransResName()
Returns the translated name of the resource. |
java.lang.String |
toString()
Returns a string-representation for this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CmsSynchronizeList(java.lang.String resName, java.lang.String transResName, long modifiedVfs, long modifiedFs)
resName
- The name of the resourcetransResName
- The name of the resourcemodifiedVfs
- last modification date in the VfsmodifiedFs
- last modification date in the FsMethod Detail |
---|
public static java.lang.String getFormatDescription()
public long getModifiedFs()
public long getModifiedVfs()
public java.lang.String getResName()
public java.lang.String getTransResName()
public java.lang.String toString()
This is used to create the sync list entries in the server FS
toString
in class java.lang.Object
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |