The methods of the Entry class are listed below. For a complete list of Entry class members, see the Entry Members topic.
![]() ![]() | 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. |
![]() ![]() | 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. |
![]() ![]() | Parse the name of the file from the cvs file. |
![]() | Determine if the two objects are equal. |
![]() | Override the hashcode. This is a combination of the entry name and the path to the entry file. |
![]() | |
![]() | Parses the cvs entries file. |
![]() | Set the file timestamp. |
![]() | Return a human readable string that represents the entry object. |
![]() | Returns the full path to the CVS\Entries folder that this entry is managed by. |
![]() | |
![]() |
Entry Class | ICSharpCode.SharpCvsLib.FileSystem Namespace