C# Class Cruncher.Preprocessors.Less.DotLessPathResolver

The dot less path resolver.
Inheritance: IPathResolver
Datei anzeigen Open project: JimBobSquarePants/Cruncher Class Usage Examples

Public Methods

Method Description
DotLessPathResolver ( string currentFilePath ) : System

Initializes a new instance of the DotLessPathResolver class.

GetFullPath ( string path ) : string

Returns the full path for the specified file .

Method Details

DotLessPathResolver() public method

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

GetFullPath() public method

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