org.flexdock.util
Class OsInfo
java.lang.Object
org.flexdock.util.OsInfo
public class OsInfo
- extends Object
- Author:
- Christopher Butler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OsInfo
public OsInfo()
OsInfo
public OsInfo(Properties systemProps)
getInstance
public static OsInfo getInstance()
getArch
public String getArch()
- Returns:
- Returns the osArch.
getLibraryKeys
public List getLibraryKeys()
- Returns:
- Returns the osLibraryList.
getPrefixLibraryKeys
public List getPrefixLibraryKeys()
- Returns:
- Returns the prefixOsLibraryList.
getOsNames
public List getOsNames()
- Returns:
- Returns the osNameList.
getLibraryKey
public String getLibraryKey()
getPrefixLibraryKey
public String getPrefixLibraryKey()
main
public static void main(String[] args)