public class CmsSynchronizeList
extends java.lang.Object
implements java.io.Serializable
构造器和说明 |
---|
CmsSynchronizeList(java.lang.String resName,
java.lang.String transResName,
long modifiedVfs,
long modifiedFs)
Constructor, creates a new CmsSynchronizeList object.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
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 Fspublic 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
在类中 java.lang.Object