C# Class Caucho.Util

显示文件 Open project: mdaniel/svn-caucho-com-resin

Public Methods

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

Method Details

Canonicalize() public static method

public static Canonicalize ( String path ) : String
path String
return String

FindJava() public static method

public static FindJava ( ) : IList
return IList

FindResinExe() public static method

public static FindResinExe ( String home ) : String
home String
return String

GetCanonicalPath() public static method

public static GetCanonicalPath ( String path ) : String
path String
return String

GetCurrentResinFromRegistry() public static method

public static GetCurrentResinFromRegistry ( ) : String
return String

GetParent() public static method

public static GetParent ( String path, int depth ) : String
path String
depth int
return String

GetResinHome() public static method

public static GetResinHome ( String resinHome, String path ) : String
resinHome String
path String
return String

HasWinDirs() public static method

public static HasWinDirs ( String resinHome ) : bool
resinHome String
return bool

IsAbsolutePath() public static method

public static IsAbsolutePath ( String path ) : bool
path String
return bool

IsResinHome() public static method

public static IsResinHome ( String dir ) : bool
dir String
return bool

IsValidJavaHome() public static method

public static IsValidJavaHome ( String home ) : bool
home String
return bool

RestartService() public static method

public static RestartService ( String serviceName ) : void
serviceName String
return void

ServiceExists() public static method

public static ServiceExists ( String serviceName ) : bool
serviceName String
return bool

SetCurrentResinInRegistry() public static method

public static SetCurrentResinInRegistry ( String resinHome ) : void
resinHome String
return void

TestDotNetCapability() public static method

public static TestDotNetCapability ( ) : void
return void