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

상속: IFileSystemChangeFilter
파일 보기 프로젝트 열기: slashdotdash/Duplicity 1 사용 예제들

공개 메소드들

메소드 설명
Exclude ( IMatcher matcher ) : void

Any file system changes matching will be excluded

Filter ( FileSystemChange change ) : bool

Should the given change be filtered out given the configured .gitignore rules?

Include ( IMatcher matcher ) : void

Any file system changes matching will be included, taking precedence over any exclusions.

비공개 메소드들

메소드 설명
ShouldBeExcluded ( FileSystemChange change ) : bool
ShouldBeIncluded ( FileSystemChange change ) : bool

메소드 상세

Exclude() 공개 메소드

Any file system changes matching will be excluded
public Exclude ( IMatcher matcher ) : void
matcher IMatcher
리턴 void

Filter() 공개 메소드

Should the given change be filtered out given the configured .gitignore rules?
public Filter ( FileSystemChange change ) : bool
change FileSystemChange
리턴 bool

Include() 공개 메소드

Any file system changes matching will be included, taking precedence over any exclusions.
public Include ( IMatcher matcher ) : void
matcher IMatcher
리턴 void