Interface FreeSpaceCleanerProvider.FreeSpaceCleaner

    • Method Detail

      • addPartition

        void addPartition​(File file,
                          long size)
        registering partitions to clean-up. for partition determination the specified file will be used
      • runCleanup

        Map<File,​Long> runCleanup()
        perform cleanup on specified partitions. Returns map of files to available space on ths partition where specified space wasn't cleared.