C# 클래스 B4BCore.Internal.RelPathSearcher

This class helps with relative paths that contain a search string
파일 보기 프로젝트 열기: JonPSmith/MvcUsingBower 1 사용 예제들

공개 메소드들

메소드 설명
ContainsInvalidSearchChars ( string relFilePath ) : bool
ContainsSearchChars ( string relFilePath ) : bool
FindAllFiles ( string relFilePath, Action errorHandler = null, string originalRelPath = null ) : IEnumerable
RelPathSearcher ( string>.Func getActualFilePathFromVirtualPath ) : System
UnpackBundle ( IEnumerable relFiles, Action errorHandler = null ) : IEnumerable

비공개 메소드들

메소드 설명
SplitRelDirPathAroundSearchDir ( string relDirPath, int firstSearchCharIndex ) : string[]

This returns a array of three parts 0 - directories before the search dir - can be empty 1 - the directory search string 2 - the directories after the search dir - can be empty

메소드 상세

ContainsInvalidSearchChars() 공개 정적인 메소드

public static ContainsInvalidSearchChars ( string relFilePath ) : bool
relFilePath string
리턴 bool

ContainsSearchChars() 공개 정적인 메소드

public static ContainsSearchChars ( string relFilePath ) : bool
relFilePath string
리턴 bool

FindAllFiles() 공개 메소드

public FindAllFiles ( string relFilePath, Action errorHandler = null, string originalRelPath = null ) : IEnumerable
relFilePath string
errorHandler Action
originalRelPath string
리턴 IEnumerable

RelPathSearcher() 공개 메소드

public RelPathSearcher ( string>.Func getActualFilePathFromVirtualPath ) : System
getActualFilePathFromVirtualPath string>.Func
리턴 System

UnpackBundle() 공개 메소드

public UnpackBundle ( IEnumerable relFiles, Action errorHandler = null ) : IEnumerable
relFiles IEnumerable
errorHandler Action
리턴 IEnumerable