C# 클래스 Cruncher.Preprocessors.Less.DotLessPathResolver

The dot less path resolver.
상속: IPathResolver
파일 보기 프로젝트 열기: JimBobSquarePants/Cruncher 1 사용 예제들

공개 메소드들

메소드 설명
DotLessPathResolver ( string currentFilePath ) : System

Initializes a new instance of the DotLessPathResolver class.

GetFullPath ( string path ) : string

Returns the full path for the specified file .

메소드 상세

DotLessPathResolver() 공개 메소드

Initializes a new instance of the DotLessPathResolver class.
/// Thrown if currentFilePath is null. ///
public DotLessPathResolver ( string currentFilePath ) : System
currentFilePath string /// The current file path. ///
리턴 System

GetFullPath() 공개 메소드

Returns the full path for the specified file .
/// Thrown if path is null. ///
public GetFullPath ( string path ) : string
path string The imported file path.
리턴 string