Class SystemInfo

    • Constructor Detail

      • SystemInfo

        private SystemInfo()
    • Method Detail

      • 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:
        System.getProperty(String)