C# Class OpenIDE.Core.FileSystem.TemplateLocator

Datei anzeigen Open project: continuoustests/OpenIDE

Protected Properties

Property Type Description
_currentDirectory string
_directory string
_keyPath string

Public Methods

Method Description
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

Private Methods

Method Description
getMergedScripts ( string defaultPath, string profilePath ) : Script[]
getPath ( string location ) : string
getScripts ( string path ) : IEnumerable