Class Platform
java.lang.Object
org.eclipse.lemminx.utils.platform.Platform
Platform information about OS and JVM.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
isWindows
public static final boolean isWindows -
SLASH
-
-
Method Details
-
getOS
Returns the OS information- Returns:
- the OS information
-
getJVM
Returns the JVM information- Returns:
- the JVM information
-
getVersion
Returns the version information- Returns:
- the version information
-
details
Returns the server details, using the format:
LemMinX Server info: - Version : (build version) - Java : (path to java.home]) - Git : ([Branch] short commit id - commit message)
- Returns:
- the formatted server details
-