C# Class GitSharp.Core.FileTreeEntry

Inheritance: TreeEntry
Show file Open project: stschake/GitSharp Class Usage Examples

Public Methods

Method Description
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

Method Details

Accept() public method

public Accept ( TreeVisitor tv, int flags ) : void
tv TreeVisitor
flags int
return void

FileTreeEntry() public method

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

OpenReader() public method

public OpenReader ( ) : GitSharp.Core.ObjectLoader
return GitSharp.Core.ObjectLoader

SetExecutable() public method

public SetExecutable ( bool execute ) : void
execute bool
return void

ToString() public method

public ToString ( ) : string
return string