Klasse SystemUtils
java.lang.Object
ch.framedev.simplejavautils.SystemUtils
/ This Plugin was Created by FrameDev
/ Package : ch.framedev.simplejavautils
/ ClassName SystemUtils
/ Date: 16.07.21
/ Project: JavaUtils
/ Copyrighted by FrameDev
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enumstatic enumstatic classstatic enum -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintdoubledoubledoubleintgetCores()getDriveDescription(File file) doublegetFreeDiskSpace(File file) This Method returns the LocalAddressThis Method returns the Local HostnameReturn the OsType from the Operating SystemdoublegetTotalDiskSpace(File file) doublegetUsedDiskSpace(File file) boolean
-
Konstruktordetails
-
SystemUtils
public SystemUtils()
-
-
Methodendetails
-
getOSType
Return the OsType from the Operating System- Gibt zurück:
- Return the OsType from the Operating System
-
getActiveThread
-
getActiveThreadCount
public int getActiveThreadCount() -
getArchitecture
-
getCores
public int getCores() -
getLocalAddress
This Method returns the LocalAddress- Gibt zurück:
- return the LocalAddress
-
getLocalHostName
This Method returns the Local Hostname- Gibt zurück:
- return the Local Hostname
-
getDriveDescription
-
isDrive
-
getAllTotalDiskSpace
public double getAllTotalDiskSpace() -
getTotalDiskSpace
-
getUsedDiskSpace
-
getAllUsedDiskSpace
public double getAllUsedDiskSpace() -
getAllFreeDiskSpace
public double getAllFreeDiskSpace() -
getFreeDiskSpace
-