Class SystemInfo

java.lang.Object
net.sourceforge.jiu.util.SystemInfo
All Implemented Interfaces:
StringIndexConstants

public class SystemInfo extends Object implements StringIndexConstants
Class to retrieve system information in a human-readable form.
Author:
Marco Schmidt
  • Constructor Details

    • SystemInfo

      private SystemInfo()
  • Method Details

    • getMemoryInfo

      public static String getMemoryInfo(Strings strings)
    • getSystemInfo

      public static String getSystemInfo(Strings strings)
      Returns a multiple-line text with information on the Java Virtual Machine, the path settings and the operating system used, regarding the current language by using a Strings resource.
      Returns:
      system information as String
      See Also: