C# 클래스 GitSharp.Core.FileTreeEntry

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

공개 메소드들

메소드 설명
Accept ( TreeVisitor tv, int flags ) : void
FileTreeEntry ( Tree parent, ObjectId id, byte nameUTF8, bool execute ) : System.Text
OpenReader ( ) : GitSharp.Core.ObjectLoader
SetExecutable ( bool execute ) : void
ToString ( ) : string

메소드 상세

Accept() 공개 메소드

public Accept ( TreeVisitor tv, int flags ) : void
tv TreeVisitor
flags int
리턴 void

FileTreeEntry() 공개 메소드

public FileTreeEntry ( Tree parent, ObjectId id, byte nameUTF8, bool execute ) : System.Text
parent Tree
id ObjectId
nameUTF8 byte
execute bool
리턴 System.Text

OpenReader() 공개 메소드

public OpenReader ( ) : GitSharp.Core.ObjectLoader
리턴 GitSharp.Core.ObjectLoader

SetExecutable() 공개 메소드

public SetExecutable ( bool execute ) : void
execute bool
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string