C# Class FubuMVC.Less.LessFileTransformerFileReader

Inheritance: IFileReader
ファイルを表示 Open project: DarthFubuMVC/FubuMVC.AssetTransforms

Public Methods

Method 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 method

public DoesFileExist ( string fileName ) : bool
fileName string
return bool

GetBinaryFileContents() public method

public GetBinaryFileContents ( string fileName ) : byte[]
fileName string
return byte[]

GetFileContents() public method

public GetFileContents ( string fileName ) : string
fileName string
return string

LessFileTransformerFileReader() public method

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