com.starbase.starteam
Interface FileSyncInfo


public interface FileSyncInfo

The FileSyncInfo interface specifies the pairing of the two important pieces of information needed to know what is on a user's local disk: RevisionIdentifier and FileDigest. This information is needed to compute a File's status.

See Also:
RevisionIdentifier, FileDigest

Method Summary
 FileDigest getFileDigest()
          Gets the FileDigest for the file in question.
 RevisionIdentifier getRevisionIdentifier()
          Gets the RevisionIdentifier for the file in question.
 

Method Detail

getRevisionIdentifier

public RevisionIdentifier getRevisionIdentifier()
Gets the RevisionIdentifier for the file in question. This tells exactly what version of what object should be on the user's disk.

Returns:
The RevisionIdentifier for the file in question.

getFileDigest

public FileDigest getFileDigest()
Gets the FileDigest for the file in question. This summarizes "checksum" information about the state of the file when it was written to disk, before any outside source was able to modify it.

Returns:
The FileDigest for the file in question.


StarTeam SDK 10.4, Build 36
Copyright © 2003-2008 Borland Software Corporation. All rights reserved.