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

Inheritance: IGitTreeBuilder
ファイルを表示 Open project: pmiossec/git-tfs Class Usage Examples

Public Methods

Method Description
Add ( string path, string file, LibGit2Sharp mode ) : void
GetTree ( ) : Tree
GitTreeBuilder ( LibGit2Sharp.ObjectDatabase objectDatabase ) : LibGit2Sharp
GitTreeBuilder ( LibGit2Sharp.ObjectDatabase objectDatabase, Tree tree ) : LibGit2Sharp
Remove ( string path ) : void

Method Details

Add() public method

public Add ( string path, string file, LibGit2Sharp mode ) : void
path string
file string
mode LibGit2Sharp
return void

GetTree() public method

public GetTree ( ) : Tree
return Tree

GitTreeBuilder() public method

public GitTreeBuilder ( LibGit2Sharp.ObjectDatabase objectDatabase ) : LibGit2Sharp
objectDatabase LibGit2Sharp.ObjectDatabase
return LibGit2Sharp

GitTreeBuilder() public method

public GitTreeBuilder ( LibGit2Sharp.ObjectDatabase objectDatabase, Tree tree ) : LibGit2Sharp
objectDatabase LibGit2Sharp.ObjectDatabase
tree Tree
return LibGit2Sharp

Remove() public method

public Remove ( string path ) : void
path string
return void