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

Afficher le fichier Open project: pmiossec/git-tfs Class Usage Examples

Méthodes publiques

Свойство Type Description
DiffTreePattern System.Text.RegularExpressions.Regex

Méthodes publiques

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

Private Methods

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

Method Details

GetChangedFiles() public static méthode

public static GetChangedFiles ( TextReader reader ) : IEnumerable
reader TextReader
Résultat IEnumerable

Parse() public static méthode

public static Parse ( string diffTreeLine ) : GitChangeInfo
diffTreeLine string
Résultat GitChangeInfo

ToGitChangedFile() public méthode

public ToGitChangedFile ( ExplicitArgsExpression builder ) : IGitChangedFile
builder ExplicitArgsExpression
Résultat IGitChangedFile

Property Details

DiffTreePattern public_oe static_oe property

public static Regex,System.Text.RegularExpressions DiffTreePattern
Résultat System.Text.RegularExpressions.Regex