Klasse SystemUtils

java.lang.Object
ch.framedev.simplejavautils.SystemUtils

public class SystemUtils extends Object
/ This Plugin was Created by FrameDev / Package : ch.framedev.simplejavautils / ClassName SystemUtils / Date: 16.07.21 / Project: JavaUtils / Copyrighted by FrameDev
  • Konstruktordetails

    • SystemUtils

      public SystemUtils()
  • Methodendetails

    • getOSType

      public SystemUtils.OSType getOSType()
      Return the OsType from the Operating System
      Gibt zurück:
      Return the OsType from the Operating System
    • getActiveThread

      public Thread getActiveThread()
    • getActiveThreadCount

      public int getActiveThreadCount()
    • getArchitecture

      public String getArchitecture()
    • getCores

      public int getCores()
    • getLocalAddress

      public String getLocalAddress()
      This Method returns the LocalAddress
      Gibt zurück:
      return the LocalAddress
    • getLocalHostName

      public String getLocalHostName()
      This Method returns the Local Hostname
      Gibt zurück:
      return the Local Hostname
    • getDriveDescription

      public String getDriveDescription(File file)
    • isDrive

      public boolean isDrive(File file)
    • getAllTotalDiskSpace

      public double getAllTotalDiskSpace()
    • getTotalDiskSpace

      public double getTotalDiskSpace(File file)
    • getUsedDiskSpace

      public double getUsedDiskSpace(File file)
    • getAllUsedDiskSpace

      public double getAllUsedDiskSpace()
    • getAllFreeDiskSpace

      public double getAllFreeDiskSpace()
    • getFreeDiskSpace

      public double getFreeDiskSpace(File file)