C# Class Duplicity.Specifications.Filtering.IgnoredFiles.GitIgnore.WithAGitIgnoreFilter

ファイルを表示 Open project: slashdotdash/Duplicity

Protected Properties

Property Type Description
Context Establish
Patterns IList

Protected Methods

Method Description
ShouldIgnoreChangedDirectory ( ) : void
ShouldIgnoreChangedFile ( ) : void
ShouldNotIgnoreChangedDirectory ( ) : void
ShouldNotIgnoreChangedFile ( ) : void
WithIgnoredPattern ( string pattern ) : void
WithIgnoredPatterns ( ) : void

Private Methods

Method Description
IsIgnoredDirectory ( string path ) : bool
IsIgnoredFile ( string path ) : bool

Method Details

ShouldIgnoreChangedDirectory() protected static method

protected static ShouldIgnoreChangedDirectory ( ) : void
return void

ShouldIgnoreChangedFile() protected static method

protected static ShouldIgnoreChangedFile ( ) : void
return void

ShouldNotIgnoreChangedDirectory() protected static method

protected static ShouldNotIgnoreChangedDirectory ( ) : void
return void

ShouldNotIgnoreChangedFile() protected static method

protected static ShouldNotIgnoreChangedFile ( ) : void
return void

WithIgnoredPattern() protected static method

protected static WithIgnoredPattern ( string pattern ) : void
pattern string
return void

WithIgnoredPatterns() protected static method

protected static WithIgnoredPatterns ( ) : void
return void

Property Details

Context protected_oe property

protected Establish Context
return Establish

Patterns protected_oe static_oe property

protected static IList Patterns
return IList