C# Class Duplicity.Filtering.IgnoredFiles.FnMatch.AbstractHead

Inheritance: IHead
Afficher le fichier Open project: slashdotdash/Duplicity

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetNextHeads ( char c ) : IList
SetNewHeads ( IList newHeads ) : void

Méthodes protégées

Méthode Description
AbstractHead ( bool star ) : System
Matches ( char c ) : bool

Method Details

AbstractHead() protected méthode

protected AbstractHead ( bool star ) : System
star bool
Résultat System

GetNextHeads() public méthode

public GetNextHeads ( char c ) : IList
c char
Résultat IList

Matches() protected abstract méthode

protected abstract Matches ( char c ) : bool
c char
Résultat bool

SetNewHeads() public méthode

public SetNewHeads ( IList newHeads ) : void
newHeads IList A list of s which will not be modified.
Résultat void