C# Class Sep.Git.Tfs.Core.GitChangeInfo

显示文件 Open project: pmiossec/git-tfs Class Usage Examples

Public Properties

Property Type Description
DiffTreePattern System.Text.RegularExpressions.Regex

Public Methods

Method Description
GetChangedFiles ( TextReader reader ) : IEnumerable
Parse ( string diffTreeLine ) : GitChangeInfo
ToGitChangedFile ( ExplicitArgsExpression builder ) : IGitChangedFile

Private Methods

Method Description
Debug ( string input, Match match, Regex regex ) : void
GetDiffTreeLine ( TextReader reader ) : string
GitChangeInfo ( Match match ) : System

Method Details

GetChangedFiles() public static method

public static GetChangedFiles ( TextReader reader ) : IEnumerable
reader TextReader
return IEnumerable

Parse() public static method

public static Parse ( string diffTreeLine ) : GitChangeInfo
diffTreeLine string
return GitChangeInfo

ToGitChangedFile() public method

public ToGitChangedFile ( ExplicitArgsExpression builder ) : IGitChangedFile
builder ExplicitArgsExpression
return IGitChangedFile

Property Details

DiffTreePattern public_oe static_oe property

public static Regex,System.Text.RegularExpressions DiffTreePattern
return System.Text.RegularExpressions.Regex