C# Класс OpenIDE.Core.FileSystem.TemplateLocator

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
_currentDirectory string
_directory string
_keyPath string

Открытые методы

Метод Описание
GetGlobalPath ( ) : string
GetGlobalPath ( string profile ) : string
GetGlobalScripts ( ) : Script[]
GetGlobalScripts ( string profile ) : Script[]
GetLocalPath ( ) : string
GetLocalPath ( string profile ) : string
GetLocalScripts ( ) : Script[]
GetLocalScripts ( string profile ) : Script[]
GetTemplateFor ( string extension ) : string
GetTemplates ( ) : IEnumerable
TemplateLocator ( string keyPath, string currentDirectory ) : System

Приватные методы

Метод Описание
getMergedScripts ( string defaultPath, string profilePath ) : Script[]
getPath ( string location ) : string
getScripts ( string path ) : IEnumerable