C# Класс Duplicity.Filtering.IgnoredFiles.GitIgnore.GitIgnoreFilter

Наследование: IFileSystemChangeFilter
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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