C# Class StyleCop.Baboon.Analyzer.ProjectFactory

Inheritance: IProjectFactory
Mostra file Open project: nelsonsar/StyleCop.Baboon Class Usage Examples

Public Methods

Method Description
CreateFromPathWithCustomSettings ( string path, string settings, string ignoredPaths ) : Project
ProjectFactory ( IFileSystemHandler fileSystemHandler ) : System

Method Details

CreateFromPathWithCustomSettings() public method

public CreateFromPathWithCustomSettings ( string path, string settings, string ignoredPaths ) : Project
path string
settings string
ignoredPaths string
return Project

ProjectFactory() public method

public ProjectFactory ( IFileSystemHandler fileSystemHandler ) : System
fileSystemHandler IFileSystemHandler
return System