C# Class Balakin.VSOutputEnhancer.Classifiers.ClassifierFactory

Inheritance: IClassifierFactory
Afficher le fichier Open project: nbalakin/VSOutputEnhancer

Méthodes publiques

Méthode Description
GetClassifierForContentType ( IContentType contentType ) : IClassifier

Private Methods

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

Method Details

GetClassifierForContentType() public méthode

public GetClassifierForContentType ( IContentType contentType ) : IClassifier
contentType IContentType
Résultat IClassifier