C# 클래스 OpenIDE.Core.FileSystem.TemplateLocator

파일 보기 프로젝트 열기: continuoustests/OpenIDE

보호된 프로퍼티들

프로퍼티 타입 설명
_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