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

Inheritance: IGitTreeBuilder
Afficher le fichier Open project: pmiossec/git-tfs Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Add ( string path, string file, LibGit2Sharp mode ) : void
path string
file string
mode LibGit2Sharp
Résultat void

GetTree() public méthode

public GetTree ( ) : Tree
Résultat Tree

GitTreeBuilder() public méthode

public GitTreeBuilder ( LibGit2Sharp.ObjectDatabase objectDatabase ) : LibGit2Sharp
objectDatabase LibGit2Sharp.ObjectDatabase
Résultat LibGit2Sharp

GitTreeBuilder() public méthode

public GitTreeBuilder ( LibGit2Sharp.ObjectDatabase objectDatabase, Tree tree ) : LibGit2Sharp
objectDatabase LibGit2Sharp.ObjectDatabase
tree Tree
Résultat LibGit2Sharp

Remove() public méthode

public Remove ( string path ) : void
path string
Résultat void