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

Inheritance: GitSharp.Core.TreeWalk.Filter.TreeFilter
Afficher le fichier Open project: jagregory/GitSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
pathRaw byte[]
pathStr string

Méthodes publiques

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

Private Methods

Méthode Description
PathFilter ( string s ) : System

Method Details

Clone() public méthode

public Clone ( ) : GitSharp.Core.TreeWalk.Filter.TreeFilter
Résultat GitSharp.Core.TreeWalk.Filter.TreeFilter

ToString() public méthode

public ToString ( ) : string
Résultat string

create() public static méthode

public static create ( string path ) : PathFilter
path string
Résultat PathFilter

include() public méthode

public include ( TreeWalk walker ) : bool
walker TreeWalk
Résultat bool

shouldBeRecursive() public méthode

public shouldBeRecursive ( ) : bool
Résultat bool

Property Details

pathRaw public_oe property

public byte[] pathRaw
Résultat byte[]

pathStr public_oe property

public string pathStr
Résultat string