C# Class Gendarme.ConsoleRunner

Inheritance: Gendarme.Framework.Runner
Show file Open project: remobjects/mono-tools

Public Methods

Method Description
Initialize ( ) : void
Run ( ) : void
TearDown ( ) : void

Protected Methods

Method Description
OnAssembly ( Gendarme.Framework.RunnerEventArgs e ) : void

Private Methods

Method Description
AddAssembly ( string filename ) : void
AddFiles ( string name ) : byte
Execute ( string args ) : byte
Header ( ) : void
Help ( ) : void
Main ( string args ) : int

Parse ( string args ) : byte
ParseConfidence ( string filter ) : bool
ParseSeverity ( string filter ) : bool
Report ( ) : byte
SplitOptions ( string value ) : string[]
TimeToString ( System.TimeSpan time ) : string
ValidateInputFile ( string option, string file ) : string
ValidateLimit ( string limit ) : int
ValidateOutputFile ( string option, string file ) : string
ValidateRuleSet ( string ruleSet ) : string
WriteUnhandledExceptionMessage ( Exception e ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

OnAssembly() protected method

protected OnAssembly ( Gendarme.Framework.RunnerEventArgs e ) : void
e Gendarme.Framework.RunnerEventArgs
return void

Run() public method

public Run ( ) : void
return void

TearDown() public method

public TearDown ( ) : void
return void