C# Class FubuMVC.Less.LessFileTransformerFileReader

Inheritance: IFileReader
Afficher le fichier Open project: DarthFubuMVC/FubuMVC.AssetTransforms

Méthodes publiques

Méthode Description
DoesFileExist ( string fileName ) : bool
GetBinaryFileContents ( string fileName ) : byte[]
GetFileContents ( string fileName ) : string
LessFileTransformerFileReader ( IPathResolver pathResolver, IEnumerable transformers, IFileSystem fileSystem ) : System.Collections.Generic

Method Details

DoesFileExist() public méthode

public DoesFileExist ( string fileName ) : bool
fileName string
Résultat bool

GetBinaryFileContents() public méthode

public GetBinaryFileContents ( string fileName ) : byte[]
fileName string
Résultat byte[]

GetFileContents() public méthode

public GetFileContents ( string fileName ) : string
fileName string
Résultat string

LessFileTransformerFileReader() public méthode

public LessFileTransformerFileReader ( IPathResolver pathResolver, IEnumerable transformers, IFileSystem fileSystem ) : System.Collections.Generic
pathResolver IPathResolver
transformers IEnumerable
fileSystem IFileSystem
Résultat System.Collections.Generic