C# Class GitSharp.Core.FnMatch.AbstractHead

Inheritance: IHead
ファイルを表示 Open project: stschake/GitSharp Class Usage Examples

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