C# Class Cruncher.Preprocessors.Less.DotLessPathResolver

The dot less path resolver.
Inheritance: IPathResolver
Afficher le fichier Open project: JimBobSquarePants/Cruncher Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

GetFullPath() public méthode

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