Class OsInfo


  • public class OsInfo
    extends java.lang.Object
    Author:
    Christopher Butler
    • Constructor Detail

      • OsInfo

        public OsInfo()
      • OsInfo

        public OsInfo​(java.util.Properties systemProps)
    • Method Detail

      • getInstance

        public static OsInfo getInstance()
      • getArch

        public java.lang.String getArch()
        Returns:
        Returns the osArch.
      • getLibraryKeys

        public java.util.List getLibraryKeys()
        Returns:
        Returns the osLibraryList.
      • getPrefixLibraryKeys

        public java.util.List getPrefixLibraryKeys()
        Returns:
        Returns the prefixOsLibraryList.
      • getOsNames

        public java.util.List getOsNames()
        Returns:
        Returns the osNameList.
      • getLibraryKey

        public java.lang.String getLibraryKey()
      • getPrefixLibraryKey

        public java.lang.String getPrefixLibraryKey()
      • main

        public static void main​(java.lang.String[] args)