public class SystemUtils extends Object
| Constructor and Description |
|---|
SystemUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
convertFileForCommandLine(String fileName) |
static String |
convertFileForCommandLine(String fileName,
boolean windowsOs) |
static String |
getComputerName() |
static boolean |
isMacEnviroment()
Deprecated.
Use
isMacEnvironment() instead.
For example inline your usage of this method. |
static boolean |
isMacEnvironment() |
static boolean |
isWindowsEnviroment()
Deprecated.
Use
isWindowsEnvironment() instead.
For example inline your usage of this method. |
static boolean |
isWindowsEnvironment() |
@Deprecated public static boolean isWindowsEnviroment()
isWindowsEnvironment() instead.
For example inline your usage of this method.public static boolean isWindowsEnvironment()
public static String getComputerName()
public static String convertFileForCommandLine(String fileName, boolean windowsOs)
@Deprecated public static boolean isMacEnviroment()
isMacEnvironment() instead.
For example inline your usage of this method.public static boolean isMacEnvironment()
Copyright © 2022. All rights reserved.