C# Class GitSharp.Core.IgnoreHandler

Afficher le fichier Open project: jagregory/GitSharp Class Usage Examples

Méthodes publiques

Méthode Description
AddCommandLinePattern ( string pattern ) : void
IgnoreHandler ( Repository repo ) : System
IsIgnored ( string path ) : bool

Private Methods

Méthode Description
AddPattern ( string line, ICollection to ) : void
GetPathDirectories ( string path ) : List
IsIgnored ( string path, IEnumerable patterns, bool ret ) : bool
LoadDirectoryPatterns ( IEnumerable dirs ) : void
ReadPatternsFromFile ( string path, ICollection to ) : void

Method Details

AddCommandLinePattern() public méthode

public AddCommandLinePattern ( string pattern ) : void
pattern string
Résultat void

IgnoreHandler() public méthode

public IgnoreHandler ( Repository repo ) : System
repo Repository
Résultat System

IsIgnored() public méthode

public IsIgnored ( string path ) : bool
path string
Résultat bool