C# 클래스 CCM.Driver

파일 보기 프로젝트 열기: jonasblunck/ccm 1 사용 예제들

공개 메소드들

메소드 설명
Drive ( ) : void
Driver ( ) : System
Driver ( ConfigurationFile configFile ) : System
IsValidFile ( string filename ) : bool
PathShouldBeExcluded ( string path ) : bool
StartAnalyze ( StreamReader fileStream, string fileName ) : void
WaitForWorkThreadsToFinish ( ) : void

비공개 메소드들

메소드 설명
AnalyzeFilestream ( object context ) : void
HandleDirectory ( string basePath, string path ) : void
Init ( ) : void

메소드 상세

Drive() 공개 메소드

public Drive ( ) : void
리턴 void

Driver() 공개 메소드

public Driver ( ) : System
리턴 System

Driver() 공개 메소드

public Driver ( ConfigurationFile configFile ) : System
configFile CCMEngine.ConfigurationFile
리턴 System

IsValidFile() 공개 메소드

public IsValidFile ( string filename ) : bool
filename string
리턴 bool

PathShouldBeExcluded() 공개 메소드

public PathShouldBeExcluded ( string path ) : bool
path string
리턴 bool

StartAnalyze() 공개 메소드

public StartAnalyze ( StreamReader fileStream, string fileName ) : void
fileStream System.IO.StreamReader
fileName string
리턴 void

WaitForWorkThreadsToFinish() 공개 메소드

public WaitForWorkThreadsToFinish ( ) : void
리턴 void