C# 클래스 Duplicity.Filtering.IgnoredFiles.GitIgnore.FileMatcher

Matches the patterns that do not contain a slash /, treating them as a shell glob pattern but checks for a match against the pathname without leading directories.
상속: IMatcher
파일 보기 프로젝트 열기: slashdotdash/Duplicity

공개 메소드들

메소드 설명
FileMatcher ( string pattern ) : System
IsMatch ( FileSystemChange change ) : bool

비공개 메소드들

메소드 설명
ExtractFileOrDirectoryNameOnly ( FileSystemChange change ) : string
GetDirectoryName ( string path ) : string
IsMatch ( string path ) : bool

메소드 상세

FileMatcher() 공개 메소드

public FileMatcher ( string pattern ) : System
pattern string
리턴 System

IsMatch() 공개 메소드

public IsMatch ( FileSystemChange change ) : bool
change FileSystemChange
리턴 bool