C# Class jasmine_headless_webkit_dotnet.SourceFile

Datei anzeigen Open project: giggio/jasmine-headless-webkit-dotnet

Public Methods

Method Description
Compile ( string directory ) : void
IsCoffee ( ) : bool
SourceFile ( string path ) : System

Protected Methods

Method Description
CreateCompiledPath ( string directory ) : void

Private Methods

Method Description
WriteCoffeeScriptContentToFile ( ) : void

Method Details

Compile() public method

public Compile ( string directory ) : void
directory string
return void

CreateCompiledPath() protected method

protected CreateCompiledPath ( string directory ) : void
directory string
return void

IsCoffee() public method

public IsCoffee ( ) : bool
return bool

SourceFile() public method

public SourceFile ( string path ) : System
path string
return System