C# Class StyleCop.Baboon.Analyzer.ProjectFactory

Inheritance: IProjectFactory
Afficher le fichier Open project: nelsonsar/StyleCop.Baboon Class Usage Examples

Méthodes publiques

Méthode Description
CreateFromPathWithCustomSettings ( string path, string settings, string ignoredPaths ) : Project
ProjectFactory ( IFileSystemHandler fileSystemHandler ) : System

Method Details

CreateFromPathWithCustomSettings() public méthode

public CreateFromPathWithCustomSettings ( string path, string settings, string ignoredPaths ) : Project
path string
settings string
ignoredPaths string
Résultat Project

ProjectFactory() public méthode

public ProjectFactory ( IFileSystemHandler fileSystemHandler ) : System
fileSystemHandler IFileSystemHandler
Résultat System