public class OsInfo extends Object
Constructor and Description |
---|
OsInfo() |
OsInfo(Properties systemProps) |
Modifier and Type | Method and Description |
---|---|
String |
getArch() |
static OsInfo |
getInstance() |
String |
getLibraryKey() |
List |
getLibraryKeys() |
List |
getOsNames() |
String |
getPrefixLibraryKey() |
List |
getPrefixLibraryKeys() |
static void |
main(String[] args) |
public OsInfo()
public OsInfo(Properties systemProps)
public static OsInfo getInstance()
public String getArch()
public List getLibraryKeys()
public List getPrefixLibraryKeys()
public List getOsNames()
public String getLibraryKey()
public String getPrefixLibraryKey()
public static void main(String[] args)