C# Class PicklesDoc.Pickles.DocumentationBuilders.Dhtml.JsonTweaker

Mostrar archivo Open project: picklesdoc/pickles Class Usage Examples

Public Methods

Method Description
AddJsonPWrapperTo ( string filePath ) : void
JsonTweaker ( IFileSystem fileSystem ) : System
RenameFileTo ( string oldFilePath, string newFilePath ) : void

Method Details

AddJsonPWrapperTo() public method

public AddJsonPWrapperTo ( string filePath ) : void
filePath string
return void

JsonTweaker() public method

public JsonTweaker ( IFileSystem fileSystem ) : System
fileSystem IFileSystem
return System

RenameFileTo() public method

public RenameFileTo ( string oldFilePath, string newFilePath ) : void
oldFilePath string
newFilePath string
return void