C# Class Treefrog.ContentBuilder

Inheritance: IDisposable
Show file Open project: jaquadro/Treefrog

Public Methods

Method Description
Add ( string filename, string name, string importer, string processor ) : void
Build ( ) : string
Clear ( ) : void
ContentBuilder ( ) : System
Dispose ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CreateBuildProject ( ) : void
CreateTempDirectory ( ) : void
DeleteTempDirectory ( ) : void
PurgeStaleTempDirectories ( ) : void

Method Details

Add() public method

public Add ( string filename, string name, string importer, string processor ) : void
filename string
name string
importer string
processor string
return void

Build() public method

public Build ( ) : string
return string

Clear() public method

public Clear ( ) : void
return void

ContentBuilder() public method

public ContentBuilder ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void