C# Class MonoDevelop.StyleCop.RunStyleCopHandler

Class used to handle Stylecop functions
Inheritance: MonoDevelop.Components.Commands.CommandHandler
Afficher le fichier Open project: franckleveque/Stylecop-Monodevelop-Addin

Méthodes publiques

Méthode Description
RunStyleCopHandler ( ) : System

Initializes a new instance of the RunStyleCopHandler class.

Méthodes protégées

Méthode Description
GetCodeProjectList ( Microsoft.StyleCop.StyleCopConsole console ) : List

Give list of files and projects to be treated by Stylecop

Run ( ) : void

Run the stylecop analyse on the file

Private Methods

Méthode Description
OnOutputGenerated ( object sender, Microsoft.StyleCop.OutputEventArgs args ) : void

Generate an output message for Stylecop informations messages

OnViolationEncountered ( object sender, Microsoft.StyleCop.ViolationEventArgs args ) : void

Reports violations encountered by stylecop to the error pad

Method Details

GetCodeProjectList() protected abstract méthode

Give list of files and projects to be treated by Stylecop
protected abstract GetCodeProjectList ( Microsoft.StyleCop.StyleCopConsole console ) : List
console Microsoft.StyleCop.StyleCopConsole /// A which defines the console which will treat the files ///
Résultat List

Run() protected méthode

Run the stylecop analyse on the file
protected Run ( ) : void
Résultat void

RunStyleCopHandler() public méthode

Initializes a new instance of the RunStyleCopHandler class.
public RunStyleCopHandler ( ) : System
Résultat System