Class DiskSpaceHelper
java.lang.Object
org.ametys.runtime.plugins.admin.jvmstatus.monitoring.DiskSpaceHelper
- All Implemented Interfaces:
Component
Helper for getting information about the use of the disk space of Ametys home directory
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
Gets the free space remaining on the disk of Ametys home directorylong
Gets the space used by the ametys home directory
-
Field Details
-
ROLE
Avalon Role
-
-
Constructor Details
-
DiskSpaceHelper
public DiskSpaceHelper()
-
-
Method Details
-
getUsedSpace
Gets the space used by the ametys home directory- Returns:
- The space used by the ametys home directory in bytes
-
getAvailableSpace
Gets the free space remaining on the disk of Ametys home directory- Returns:
- The free space remaining on the disk of Ametys home directory in bytes
-