C# Class FluentTc.Engine.ChangedFilesParser

Inheritance: IChangedFilesParser
Mostra file Open project: QualiSystems/FluentTc Class Usage Examples

Public Methods

Method Description
ChangedFilesParser ( IFileSystem fileSystem ) : System
ParseChangedFiles ( string changedFilesPath ) : IList

Private Methods

Method Description
GetChangeStatus ( string fileChangeStatus ) : FileChangeStatus
ParseChangedFile ( string fileLine ) : IChangedFile

Method Details

ChangedFilesParser() public method

public ChangedFilesParser ( IFileSystem fileSystem ) : System
fileSystem IFileSystem
return System

ParseChangedFiles() public method

public ParseChangedFiles ( string changedFilesPath ) : IList
changedFilesPath string
return IList