C# (CSharp) Duplicity.Filtering.IgnoredFiles.FnMatch Namespace

Classes

Name Description
AbstractHead
CharacterHead
FileNameMatcher This class can be used to match filenames against fnmatch like patterns. It is not thread save. Supported are the wildcard characters * and ? and groups with:
  • characters e.g. [abc]
  • ranges e.g. [a-z]
  • the following character classes
    • [:alnum:]
    • [:alpha:]
    • [:blank:]
    • [:cntrl:]
    • [:digit:]
    • [:graph:]
    • [:lower:]
    • [:print:]
    • [:punct:]
    • [:space:]
    • [:upper:]
    • [:word:]
    • [:xdigit:]
    e. g. [[:xdigit:]]
GroupHead
GroupHead.CharacterRange
GroupHead.DigitPattern
GroupHead.LetterPattern
GroupHead.LowerPattern
GroupHead.OneCharacterPattern
GroupHead.PunctPattern
GroupHead.UpperPattern
GroupHead.WhitespacePattern
InvalidPatternException
LastHead
NoClosingBracketException
RestrictedWildCardHead
StringExtension