C# Class GitSharp.Core.TreeWalk.Filter.PathFilter

Inheritance: GitSharp.Core.TreeWalk.Filter.TreeFilter
显示文件 Open project: jagregory/GitSharp Class Usage Examples

Public Properties

Property Type Description
pathRaw byte[]
pathStr string

Public Methods

Method Description
Clone ( ) : GitSharp.Core.TreeWalk.Filter.TreeFilter
ToString ( ) : string
create ( string path ) : PathFilter
include ( TreeWalk walker ) : bool
shouldBeRecursive ( ) : bool

Private Methods

Method Description
PathFilter ( string s ) : System

Method Details

Clone() public method

public Clone ( ) : GitSharp.Core.TreeWalk.Filter.TreeFilter
return GitSharp.Core.TreeWalk.Filter.TreeFilter

ToString() public method

public ToString ( ) : string
return string

create() public static method

public static create ( string path ) : PathFilter
path string
return PathFilter

include() public method

public include ( TreeWalk walker ) : bool
walker TreeWalk
return bool

shouldBeRecursive() public method

public shouldBeRecursive ( ) : bool
return bool

Property Details

pathRaw public_oe property

public byte[] pathRaw
return byte[]

pathStr public_oe property

public string pathStr
return string