C# 클래스 SlimJim.Infrastructure.ProjectFileFinder

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

공개 메소드들

메소드 설명
FindAllProjectFiles ( string startPath ) : List
IgnorePatterns ( ) : void
PathIsIgnored ( DirectoryInfo dir ) : bool
PathIsIgnored ( string name ) : bool
ProjectFileFinder ( ) : System.Collections.Generic

비공개 메소드들

메소드 설명
AddProjectFile ( IEnumerable projects, List files ) : void
GetProjectFiles ( DirectoryInfo directory ) : List
RecurseChildDirectories ( DirectoryInfo directory, List files ) : void
SearchDirectoryForProjects ( DirectoryInfo directory, List files ) : void

메소드 상세

FindAllProjectFiles() 공개 메소드

public FindAllProjectFiles ( string startPath ) : List
startPath string
리턴 List

IgnorePatterns() 공개 메소드

public IgnorePatterns ( ) : void
리턴 void

PathIsIgnored() 공개 메소드

public PathIsIgnored ( DirectoryInfo dir ) : bool
dir System.IO.DirectoryInfo
리턴 bool

PathIsIgnored() 공개 메소드

public PathIsIgnored ( string name ) : bool
name string
리턴 bool

ProjectFileFinder() 공개 메소드

public ProjectFileFinder ( ) : System.Collections.Generic
리턴 System.Collections.Generic