Class SystemInfo

java.lang.Object
com.install4j.api.SystemInfo

public class SystemInfo extends Object
The class contains utility functions to get information about the current system that is not available via the Java API.
  • Constructor Details

    • SystemInfo

      public SystemInfo()
  • Method Details

    • getFreeDiskSpace

      public static long getFreeDiskSpace(File file)
      Retrieves the free disk space for the disk containing the given file on Windows, macOS and Linux.
      Parameters:
      file - the file or directory to check the disk space for
      Returns:
      the free disk space in bytes. -1 if the information is not available.
    • getPhysicalMemory

      public static long getPhysicalMemory()
      Retrieves the physical memory on Windows, macOS and Linux.
      Returns:
      the physical memory in bytes. 0 if the information is not available.