C# Class GitSharp.Core.FnMatch.AbstractHead

Inheritance: IHead
Afficher le fichier Open project: stschake/GitSharp Class Usage Examples

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