Property | Type | Description | |
---|---|---|---|
_currentDirectory | string | ||
_directory | string | ||
_keyPath | string |
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 |
Method | Description | |
---|---|---|
getMergedScripts ( string defaultPath, string profilePath ) : Script[] | ||
getPath ( string location ) : string | ||
getScripts ( string path ) : IEnumerable |
public GetGlobalPath ( string profile ) : string | ||
profile | string | |
return | string |
public GetGlobalScripts ( string profile ) : Script[] | ||
profile | string | |
return | Script[] |
public GetLocalPath ( string profile ) : string | ||
profile | string | |
return | string |
public GetLocalScripts ( string profile ) : Script[] | ||
profile | string | |
return | Script[] |
public GetTemplateFor ( string extension ) : string | ||
extension | string | |
return | string |
public TemplateLocator ( string keyPath, string currentDirectory ) : System | ||
keyPath | string | |
currentDirectory | string | |
return | System |