Package jetbrains
Class ServerTestUtil
- java.lang.Object
-
- jetbrains.ServerTestUtil
-
@Deprecated public class ServerTestUtil extends Object
Deprecated.since 9.0, useTempFiles
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static String
getBackupDir()
Deprecated.static String
getConfigDir()
Deprecated.static String
getEmptyBackupDir()
Deprecated.static String
getEmptyConfigDir()
Deprecated.static String
getEmptyServerDir()
Deprecated.static String
getEmptySystemDir()
Deprecated.static String
getSystemDir()
Deprecated.
-
-
-
Method Detail
-
getEmptySystemDir
public static String getEmptySystemDir()
Deprecated.
-
getSystemDir
public static String getSystemDir()
Deprecated.
-
getEmptyServerDir
public static String getEmptyServerDir()
Deprecated.
-
getEmptyConfigDir
public static String getEmptyConfigDir()
Deprecated.
-
getEmptyBackupDir
public static String getEmptyBackupDir()
Deprecated.
-
getConfigDir
public static String getConfigDir()
Deprecated.
-
getBackupDir
public static String getBackupDir()
Deprecated.
-
-