C# Class Duplicity.Filtering.IgnoredFiles.GitIgnore.DirectoryMatcher

Matches patterns ending with a slash, only finds a match with a directory.
Inheritance: IMatcher
ファイルを表示 Open project: slashdotdash/Duplicity

Public Methods

Method Description
DirectoryMatcher ( string pattern ) : System
IsMatch ( FileSystemChange change ) : bool

Method Details

DirectoryMatcher() public method

public DirectoryMatcher ( string pattern ) : System
pattern string
return System

IsMatch() public method

public IsMatch ( FileSystemChange change ) : bool
change FileSystemChange
return bool