Метод | Описание | |
---|---|---|
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 |
public static Canonicalize ( String path ) : String | ||
path | String | |
Результат | String |
public static FindResinExe ( String home ) : String | ||
home | String | |
Результат | String |
public static GetCanonicalPath ( String path ) : String | ||
path | String | |
Результат | String |
public static GetCurrentResinFromRegistry ( ) : String | ||
Результат | String |
public static GetParent ( String path, int depth ) : String | ||
path | String | |
depth | int | |
Результат | String |
public static GetResinHome ( String resinHome, String path ) : String | ||
resinHome | String | |
path | String | |
Результат | String |
public static HasWinDirs ( String resinHome ) : bool | ||
resinHome | String | |
Результат | bool |
public static IsAbsolutePath ( String path ) : bool | ||
path | String | |
Результат | bool |
public static IsResinHome ( String dir ) : bool | ||
dir | String | |
Результат | bool |
public static IsValidJavaHome ( String home ) : bool | ||
home | String | |
Результат | bool |
public static RestartService ( String serviceName ) : void | ||
serviceName | String | |
Результат | void |
public static ServiceExists ( String serviceName ) : bool | ||
serviceName | String | |
Результат | bool |
public static SetCurrentResinInRegistry ( String resinHome ) : void | ||
resinHome | String | |
Результат | void |
public static TestDotNetCapability ( ) : void | ||
Результат | void |