C# 클래스 Caucho.Util

파일 보기 프로젝트 열기: mdaniel/svn-caucho-com-resin

공개 메소드들

메소드 설명
Canonicalize ( String path ) : String
FindJava ( ) : IList
FindResinExe ( String home ) : String
GetCanonicalPath ( String path ) : String
GetCurrentResinFromRegistry ( ) : String
GetParent ( String path, int depth ) : String
GetResinHome ( String resinHome, String path ) : String
HasWinDirs ( String resinHome ) : bool
IsAbsolutePath ( String path ) : bool
IsResinHome ( String dir ) : bool
IsValidJavaHome ( String home ) : bool
RestartService ( String serviceName ) : void
ServiceExists ( String serviceName ) : bool
SetCurrentResinInRegistry ( String resinHome ) : void
TestDotNetCapability ( ) : void

메소드 상세

Canonicalize() 공개 정적인 메소드

public static Canonicalize ( String path ) : String
path String
리턴 String

FindJava() 공개 정적인 메소드

public static FindJava ( ) : IList
리턴 IList

FindResinExe() 공개 정적인 메소드

public static FindResinExe ( String home ) : String
home String
리턴 String

GetCanonicalPath() 공개 정적인 메소드

public static GetCanonicalPath ( String path ) : String
path String
리턴 String

GetCurrentResinFromRegistry() 공개 정적인 메소드

public static GetCurrentResinFromRegistry ( ) : String
리턴 String

GetParent() 공개 정적인 메소드

public static GetParent ( String path, int depth ) : String
path String
depth int
리턴 String

GetResinHome() 공개 정적인 메소드

public static GetResinHome ( String resinHome, String path ) : String
resinHome String
path String
리턴 String

HasWinDirs() 공개 정적인 메소드

public static HasWinDirs ( String resinHome ) : bool
resinHome String
리턴 bool

IsAbsolutePath() 공개 정적인 메소드

public static IsAbsolutePath ( String path ) : bool
path String
리턴 bool

IsResinHome() 공개 정적인 메소드

public static IsResinHome ( String dir ) : bool
dir String
리턴 bool

IsValidJavaHome() 공개 정적인 메소드

public static IsValidJavaHome ( String home ) : bool
home String
리턴 bool

RestartService() 공개 정적인 메소드

public static RestartService ( String serviceName ) : void
serviceName String
리턴 void

ServiceExists() 공개 정적인 메소드

public static ServiceExists ( String serviceName ) : bool
serviceName String
리턴 bool

SetCurrentResinInRegistry() 공개 정적인 메소드

public static SetCurrentResinInRegistry ( String resinHome ) : void
resinHome String
리턴 void

TestDotNetCapability() 공개 정적인 메소드

public static TestDotNetCapability ( ) : void
리턴 void