C# Class PlasticSCM.CLI.GitSyncOutputParser.ProgressLineParser

Afficher le fichier Open project: powercode/PSPlastic

Private Properties

Свойство Type Description
ObjectInvariant void
Reset void

Méthodes publiques

Méthode Description
Parse ( ProgressKind kind, string line, string progressFormat, int numStartIndex ) : void
ProgressLineParser ( IProgress observer ) : System

Private Methods

Méthode Description
ObjectInvariant ( ) : void
Reset ( ProgressKind kind ) : void

Method Details

Parse() public méthode

public Parse ( ProgressKind kind, string line, string progressFormat, int numStartIndex ) : void
kind ProgressKind
line string
progressFormat string
numStartIndex int
Résultat void

ProgressLineParser() public méthode

public ProgressLineParser ( IProgress observer ) : System
observer IProgress
Résultat System