C# 클래스 CommandTaskRunner.CommandHelpers

파일 보기 프로젝트 열기: madskristensen/CommandTaskRunner 1 사용 예제들

공개 메소드들

메소드 설명
GetJsonContent ( string configPath, string file, string json = null ) : Newtonsoft.Json.Linq.JObject
IsFileSupported ( string file ) : bool
MakeRelative ( string baseFile, string file ) : string

비공개 메소드들

메소드 설명
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

메소드 상세

GetJsonContent() 공개 정적인 메소드

public static GetJsonContent ( string configPath, string file, string json = null ) : Newtonsoft.Json.Linq.JObject
configPath string
file string
json string
리턴 Newtonsoft.Json.Linq.JObject

IsFileSupported() 공개 정적인 메소드

public static IsFileSupported ( string file ) : bool
file string
리턴 bool

MakeRelative() 공개 정적인 메소드

public static MakeRelative ( string baseFile, string file ) : string
baseFile string
file string
리턴 string