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 StringgetBackupDir()Deprecated.static StringgetConfigDir()Deprecated.static StringgetEmptyBackupDir()Deprecated.static StringgetEmptyConfigDir()Deprecated.static StringgetEmptyServerDir()Deprecated.static StringgetEmptySystemDir()Deprecated.static StringgetSystemDir()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.
-
-