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

Afficher le fichier Open project: slashdotdash/Duplicity

Protected Properties

Свойство Type Description
Context Establish
Patterns IList

Méthodes protégées

Méthode Description
ShouldIgnoreChangedDirectory ( ) : void
ShouldIgnoreChangedFile ( ) : void
ShouldNotIgnoreChangedDirectory ( ) : void
ShouldNotIgnoreChangedFile ( ) : void
WithIgnoredPattern ( string pattern ) : void
WithIgnoredPatterns ( ) : void

Private Methods

Méthode Description
IsIgnoredDirectory ( string path ) : bool
IsIgnoredFile ( string path ) : bool

Method Details

ShouldIgnoreChangedDirectory() protected static méthode

protected static ShouldIgnoreChangedDirectory ( ) : void
Résultat void

ShouldIgnoreChangedFile() protected static méthode

protected static ShouldIgnoreChangedFile ( ) : void
Résultat void

ShouldNotIgnoreChangedDirectory() protected static méthode

protected static ShouldNotIgnoreChangedDirectory ( ) : void
Résultat void

ShouldNotIgnoreChangedFile() protected static méthode

protected static ShouldNotIgnoreChangedFile ( ) : void
Résultat void

WithIgnoredPattern() protected static méthode

protected static WithIgnoredPattern ( string pattern ) : void
pattern string
Résultat void

WithIgnoredPatterns() protected static méthode

protected static WithIgnoredPatterns ( ) : void
Résultat void

Property Details

Context protected_oe property

protected Establish Context
Résultat Establish

Patterns protected_oe static_oe property

protected static IList Patterns
Résultat IList