SharpCvsLib

Entry Methods

The methods of the Entry class are listed below. For a complete list of Entry class members, see the Entry Members topic.

Public Static (Shared) Methods

CreateEntry Creates a new entry given the path to the file on the filesystem. The entry string is fabricated based on the full path of the file that is under or is to be placed under CVS management control.
IsDirectoryEntry Indicate if the file contents string is for a directory entry. This is identified by an entry line string that contains a "D" as the first character in the string.
ParseFileName Parse the name of the file from the cvs file.

Public Instance Methods

Equals Determine if the two objects are equal.
GetHashCode Override the hashcode. This is a combination of the entry name and the path to the entry file.
GetType (inherited from Object)
Parse Parses the cvs entries file.
SetTimeStamp Set the file timestamp.
ToString Return a human readable string that represents the entry object.

Protected Instance Methods

DeriveCvsFullPath Returns the full path to the CVS\Entries folder that this entry is managed by.
Finalize (inherited from Object)
MemberwiseClone (inherited from Object)

See Also

Entry Class | ICSharpCode.SharpCvsLib.FileSystem Namespace