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

Inheritance: IHead
Mostra file Open project: slashdotdash/Duplicity

Private Properties

Property Type Description

Public Methods

Method Description
GetNextHeads ( char c ) : IList
SetNewHeads ( IList newHeads ) : void

Protected Methods

Method Description
AbstractHead ( bool star ) : System
Matches ( char c ) : bool

Method Details

AbstractHead() protected method

protected AbstractHead ( bool star ) : System
star bool
return System

GetNextHeads() public method

public GetNextHeads ( char c ) : IList
c char
return IList

Matches() protected abstract method

protected abstract Matches ( char c ) : bool
c char
return bool

SetNewHeads() public method

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