C# 클래스 PReview.Git.UnifiedDiffParser

파일 보기 프로젝트 열기: laurentkempe/PReview 1 사용 예제들

공개 메소드들

메소드 설명
GetHunkNewFile ( string hunkLine ) : string
GetHunkOriginalFile ( string hunkLine ) : string
Parse ( List gitDiffLines ) : IEnumerable
UnifiedDiffParser ( int contextLines ) : System

비공개 메소드들

메소드 설명
GetUnifiedFormatHunkLines ( List gitDiffLines ) : IEnumerable>>.IEnumerable
SplitHunks ( List lines ) : IEnumerable>
UnifiedDiffParser ( int contextLines, bool suppressRollback ) : System

메소드 상세

GetHunkNewFile() 공개 메소드

public GetHunkNewFile ( string hunkLine ) : string
hunkLine string
리턴 string

GetHunkOriginalFile() 공개 메소드

public GetHunkOriginalFile ( string hunkLine ) : string
hunkLine string
리턴 string

Parse() 공개 메소드

public Parse ( List gitDiffLines ) : IEnumerable
gitDiffLines List
리턴 IEnumerable

UnifiedDiffParser() 공개 메소드

public UnifiedDiffParser ( int contextLines ) : System
contextLines int
리턴 System