C# Class FluentTc.Engine.ChangedFilesParser

Inheritance: IChangedFilesParser
Afficher le fichier Open project: QualiSystems/FluentTc Class Usage Examples

Méthodes publiques

Méthode Description
ChangedFilesParser ( IFileSystem fileSystem ) : System
ParseChangedFiles ( string changedFilesPath ) : IList

Private Methods

Méthode Description
GetChangeStatus ( string fileChangeStatus ) : FileChangeStatus
ParseChangedFile ( string fileLine ) : IChangedFile

Method Details

ChangedFilesParser() public méthode

public ChangedFilesParser ( IFileSystem fileSystem ) : System
fileSystem IFileSystem
Résultat System

ParseChangedFiles() public méthode

public ParseChangedFiles ( string changedFilesPath ) : IList
changedFilesPath string
Résultat IList