C# Class Optimus.Translation.Core

显示文件 Open project: TimGeyssens/BundlingAndMinificationForTheMasses

Public Methods

Method Description
GetPossibleExtensions ( TranslatorType transType ) : IEnumerable
GetScriptTranslators ( ) : List
GetStyleSheetTranslators ( ) : List
GetTranlatorClientDependencies ( string filePath ) : IEnumerable
GetTranslatorMimeType ( string filePath ) : string
GetTranslatorTreeIconPath ( string filePath ) : string
SaveTranslation ( string filePath ) : void
ValidateTranslation ( string filePath ) : IEnumerable

Private Methods

Method Description
GetAllTypesUsingInterface ( Type interFaceType ) : List
GetTranslator ( string fileExtension ) : IFileTranslator
GetTranslators ( TranslatorType transType ) : List

Method Details

GetPossibleExtensions() public method

public GetPossibleExtensions ( TranslatorType transType ) : IEnumerable
transType TranslatorType
return IEnumerable

GetScriptTranslators() public method

public GetScriptTranslators ( ) : List
return List

GetStyleSheetTranslators() public method

public GetStyleSheetTranslators ( ) : List
return List

GetTranlatorClientDependencies() public method

public GetTranlatorClientDependencies ( string filePath ) : IEnumerable
filePath string
return IEnumerable

GetTranslatorMimeType() public method

public GetTranslatorMimeType ( string filePath ) : string
filePath string
return string

GetTranslatorTreeIconPath() public method

public GetTranslatorTreeIconPath ( string filePath ) : string
filePath string
return string

SaveTranslation() public method

public SaveTranslation ( string filePath ) : void
filePath string
return void

ValidateTranslation() public method

public ValidateTranslation ( string filePath ) : IEnumerable
filePath string
return IEnumerable