C# Class CCM.Driver

Afficher le fichier Open project: jonasblunck/ccm Class Usage Examples

Méthodes publiques

Méthode Description
Drive ( ) : void
Driver ( ) : System
Driver ( ConfigurationFile configFile ) : System
IsValidFile ( string filename ) : bool
PathShouldBeExcluded ( string path ) : bool
StartAnalyze ( StreamReader fileStream, string fileName ) : void
WaitForWorkThreadsToFinish ( ) : void

Private Methods

Méthode Description
AnalyzeFilestream ( object context ) : void
HandleDirectory ( string basePath, string path ) : void
Init ( ) : void

Method Details

Drive() public méthode

public Drive ( ) : void
Résultat void

Driver() public méthode

public Driver ( ) : System
Résultat System

Driver() public méthode

public Driver ( ConfigurationFile configFile ) : System
configFile CCMEngine.ConfigurationFile
Résultat System

IsValidFile() public méthode

public IsValidFile ( string filename ) : bool
filename string
Résultat bool

PathShouldBeExcluded() public méthode

public PathShouldBeExcluded ( string path ) : bool
path string
Résultat bool

StartAnalyze() public méthode

public StartAnalyze ( StreamReader fileStream, string fileName ) : void
fileStream System.IO.StreamReader
fileName string
Résultat void

WaitForWorkThreadsToFinish() public méthode

public WaitForWorkThreadsToFinish ( ) : void
Résultat void