パッケージ org.thinkit.bot.filater

インタフェース FileDeleter

既知の実装クラスのリスト:
Filater

public interface FileDeleter
The interface that abstracts an object that deletes files.
導入されたバージョン:
1.0.0
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    FileDeleteCommandResult executeFileDelete​(FileDeleteConfig fileDeleteConfig)
    Performs file deletion based on the rules set in the configuration object passed as an argument.
  • メソッドの詳細

    • executeFileDelete

      FileDeleteCommandResult executeFileDelete​(@NonNull FileDeleteConfig fileDeleteConfig)
      Performs file deletion based on the rules set in the configuration object passed as an argument. As a result, it returns an object that contains the number of deleted files and the file size.
      パラメータ:
      fileDeleteConfig - The file delete config
      戻り値:
      The file delete result
      例外:
      NullPointerException - If null is passed as an argument