C# Class Balakin.VSOutputEnhancer.Classifiers.ClassifierFactory

Inheritance: IClassifierFactory
Show file Open project: nbalakin/VSOutputEnhancer

Public Methods

Method Description
GetClassifierForContentType ( IContentType contentType ) : IClassifier

Private Methods

Method Description
ClassifierFactory ( IClassificationTypeService classificationTypeService, IParsersConfigurationService parsersConfigurationService ) : System
CreateClassifierForContentType ( IContentType contentType ) : IClassifier
CreateClassifierFromConfiguration ( ParserConfiguration configuration ) : IClassifier
GetClassifierKey ( IContentType contentType ) : String

Method Details

GetClassifierForContentType() public method

public GetClassifierForContentType ( IContentType contentType ) : IClassifier
contentType IContentType
return IClassifier