C# 클래스 GitSharp.Core.FnMatch.AbstractHead

상속: IHead
파일 보기 프로젝트 열기: stschake/GitSharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetNextHeads ( char c ) : IList
setNewHeads ( IList newHeads ) : void

보호된 메소드들

메소드 설명
AbstractHead ( bool star ) : System
matches ( char c ) : bool

메소드 상세

AbstractHead() 보호된 메소드

protected AbstractHead ( bool star ) : System
star bool
리턴 System

GetNextHeads() 공개 메소드

public GetNextHeads ( char c ) : IList
c char
리턴 IList

matches() 보호된 추상적인 메소드

protected abstract matches ( char c ) : bool
c char
리턴 bool

setNewHeads() 공개 메소드

public setNewHeads ( IList newHeads ) : void
newHeads IList A list of s which will not be modified.
리턴 void