com.starteam
Interface File.WorkspaceSync

All Known Implementing Classes:
File.SyncRecord, File.WebCacheWorkSpaceSync
Enclosing class:
File

public static interface File.WorkspaceSync

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

See Also:
File.Revision, File.Digest

Method Summary
 File.Digest getFileDigest()
          Gets the Digest for the file in question.
 File.Revision getRevisionIdentifier()
          Gets the Revision for the file in question.
 

Method Detail

getRevisionIdentifier

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

Returns:
The Revision for the file in question.

getFileDigest

File.Digest getFileDigest()
Gets the Digest 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 Digest for the file in question.


StarTeam SDK 14.0, Build 21
Copyright © 2003-2012 Borland Software Corporation. All rights reserved.