Method | Description | |
---|---|---|
GetJsonContent ( string configPath, string file, string json = null ) : Newtonsoft.Json.Linq.JObject | ||
IsFileSupported ( string file ) : bool | ||
MakeRelative ( string baseFile, string file ) : string |
Method | Description | |
---|---|---|
AddCommandToRoot ( string file, string configPath, Newtonsoft.Json.Linq.JObject root ) : void | ||
GetArguments ( string file, string configPath ) : string | ||
GetExecutableFileName ( string file ) : string | ||
GetJsonObject ( string configPath, string document ) : Newtonsoft.Json.Linq.JObject |
public static GetJsonContent ( string configPath, string file, string json = null ) : Newtonsoft.Json.Linq.JObject | ||
configPath | string | |
file | string | |
json | string | |
return | Newtonsoft.Json.Linq.JObject |
public static IsFileSupported ( string file ) : bool | ||
file | string | |
return | bool |
public static MakeRelative ( string baseFile, string file ) : string | ||
baseFile | string | |
file | string | |
return | string |