SharpCvsLib

AbstractCvsFile Members

AbstractCvsFile overview

Public Instance Constructors

AbstractCvsFile Constructor Create a new object that represents the management file that CVS uses to hold information about the repository and local file system.

Public Instance Properties

FileContents Contents that are contained in the management file that this object represents.
FullPath The full path to the file or directory that this object is managing.
LocalCvsFileFullPath The full path to the local cvs management file.
Path Return the path to the file that this cvs object is controlling. In most cases this is just the full path to the object, however one known exception would be the Entry which would have file information stripped from the full path.

Public Instance Methods

Equals (inherited from Object)
GetHashCode (inherited from Object)
GetType (inherited from Object)
Parse Parse command that must be overridden for subclasses.
ToString (inherited from Object)

Protected Instance Methods

DeriveCvsFullPath Derive the cvs filename and path for the storage file.
Finalize (inherited from Object)
MemberwiseClone (inherited from Object)

See Also

AbstractCvsFile Class | ICSharpCode.SharpCvsLib.FileSystem Namespace