Package com.vaadin.open
Class OSUtils
java.lang.Object
com.vaadin.open.OSUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LonggetLongProperty(String name) static LonggetLongProperty(String name, int radix) static Stringstatic longSafe call to obtain size of total physical memory.static booleanisLinux()static booleanisMac()static booleanstatic booleanisWsl()static longlongValueOf(String value, int radix)
-
Constructor Details
-
OSUtils
public OSUtils()
-
-
Method Details
-
getTotalPhysicalMemory
public static long getTotalPhysicalMemory()Safe call to obtain size of total physical memory.It is platform dependent and returns size of machine physical memory in bytes
- Returns:
- total size of machine physical memory in bytes or -1 if the attribute is not available.
-
getLongProperty
-
getLongProperty
-
longValueOf
-
getOsName
-
isLinux
public static boolean isLinux() -
isMac
public static boolean isMac() -
isWindows
public static boolean isWindows() -
isWsl
public static boolean isWsl()
-