C# Class GitSharp.Core.AbstractIndexTreeVisitor

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

Public Methods

Method Description
IndexTreeVisitor ( Tree tree, Tree auxTree, string curDir ) : void
IndexTreeVisitor ( Tree tree, int i, string curDir ) : void
IndexTreeVisitor ( TreeEntry treeEntry, GitIndex indexEntry, FileInfo file ) : void
IndexTreeVisitor ( TreeEntry treeEntry, TreeEntry auxEntry, GitIndex indexEntry, FileInfo file ) : void

Method Details

IndexTreeVisitor() public method

public IndexTreeVisitor ( Tree tree, Tree auxTree, string curDir ) : void
tree Tree
auxTree Tree
curDir string
return void

IndexTreeVisitor() public method

public IndexTreeVisitor ( Tree tree, int i, string curDir ) : void
tree Tree
i int
curDir string
return void

IndexTreeVisitor() public method

public IndexTreeVisitor ( TreeEntry treeEntry, GitIndex indexEntry, FileInfo file ) : void
treeEntry TreeEntry
indexEntry GitIndex
file System.IO.FileInfo
return void

IndexTreeVisitor() public method

public IndexTreeVisitor ( TreeEntry treeEntry, TreeEntry auxEntry, GitIndex indexEntry, FileInfo file ) : void
treeEntry TreeEntry
auxEntry TreeEntry
indexEntry GitIndex
file System.IO.FileInfo
return void