Interface ToolFreeDiskSpaceCalculator
-
- All Known Implementing Classes:
ToolFreeDiskSpaceCalculatorImpl
public interface ToolFreeDiskSpaceCalculator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LonggetFreeSpace(File file)Computes free space on the disk that contains a file
-