C# Class GitSharp.Core.ForceModified

Inheritance: TreeVisitor
Show file Open project: stschake/GitSharp

Public Methods

Method Description
EndVisitTree ( Tree t ) : void
StartVisitTree ( Tree t ) : void
VisitFile ( FileTreeEntry f ) : void
VisitGitlink ( GitLinkTreeEntry e ) : void
VisitSymlink ( GitSharp.Core.SymlinkTreeEntry s ) : void

Method Details

EndVisitTree() public method

public EndVisitTree ( Tree t ) : void
t Tree
return void

StartVisitTree() public method

public StartVisitTree ( Tree t ) : void
t Tree
return void

VisitFile() public method

public VisitFile ( FileTreeEntry f ) : void
f FileTreeEntry
return void

VisitGitlink() public method

public VisitGitlink ( GitLinkTreeEntry e ) : void
e GitLinkTreeEntry
return void

VisitSymlink() public method

public VisitSymlink ( GitSharp.Core.SymlinkTreeEntry s ) : void
s GitSharp.Core.SymlinkTreeEntry
return void