Class OsInfo

java.lang.Object
org.flexdock.util.OsInfo

public class OsInfo extends Object
Author:
Christopher Butler
  • Constructor Details

    • OsInfo

      public OsInfo()
    • OsInfo

      public OsInfo(Properties systemProps)
  • Method Details

    • 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)