C# Class Manos.Tool.Driver

Show file Open project: toptensoftware/manos Class Usage Examples

Public Properties

Property Type Description
COMPILED_TEMPLATES_ASSEMBLY string
DEPLOYMENT_DIRECTORY string
TEMPLATES_DIRECTORY string

Public Methods

Method Description
Main ( string args ) : int
RunBuild ( ) : void
RunDocs ( ) : void
RunServer ( IList args ) : void

Private Methods

Method Description
Build ( IList args ) : int
Docs ( IList args ) : int
Init ( IList args ) : int
ParseGlobalOptions ( string args ) : string[]
Run ( string app, IList args ) : int
Server ( IList args ) : int
SetOutput ( string file ) : void
ShowEnvironment ( IList args ) : int
ShowHelp ( OptionSet os ) : void
StreamForFile ( string file ) : StreamWriter

Method Details

Main() public static method

public static Main ( string args ) : int
args string
return int

RunBuild() public method

public RunBuild ( ) : void
return void

RunDocs() public method

public RunDocs ( ) : void
return void

RunServer() public method

public RunServer ( IList args ) : void
args IList
return void

Property Details

COMPILED_TEMPLATES_ASSEMBLY public static property

public static string COMPILED_TEMPLATES_ASSEMBLY
return string

DEPLOYMENT_DIRECTORY public static property

public static string DEPLOYMENT_DIRECTORY
return string

TEMPLATES_DIRECTORY public static property

public static string TEMPLATES_DIRECTORY
return string